Html Css Color HEX #EF68D4 Free Speech Magenta

📋 copy color: '#EF68D4'

red 239 ◦ green 104 ◦ blue 212

#EF68D4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EF68D4

Tints of Free Speech Magenta #EF68D4

RGB

 RED value IS 239 (93.75% from 255) = 43.06%

 GREEN value IS 104 (41.02% from 255) = 18.74%

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 43.06%
G = 18.74%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF68D4 (or 0xEF68D4) is known color: Free Speech Magenta. HEX triplet: EF, 68 and D4. RGB value is (239,104,212). Sum of RGB (Red+Green+Blue) = 239+104+212=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68D4 is #10972B. Grayscale: #9C9C9C. Windows color (decimal): -1087276 or 13920495. OLE color: 13920495.

HSL color Cylindrical-coordinate representation of color #EF68D4: hue angle of 312º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68D4 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 212 -
CMYK 0 0.56 0.11 0.06
HSL 312º 0.81% 0.67% -
HSV(B) 312º 0.56% 0.94% -
XYZ 52.43 33 65.89 -
YUV 156.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 239 104 212 0 0.56 0.11 0.06 312 0.81 0.67
Hex EF 68 D4 0 38 B 6 138 51 43
Octal 357 150 324 0 70 13 6 470 121 103
Binary 11101111 1101000 11010100 0 111000 1011 110 100111000 1010001 1000011

Color Harmonies of #EF68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68D4

Black with #EF68D4

Text Example


Text Example

White with #EF68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68D4; }

 p { color: rgb(239,104,212); }

 H1.HeaderClassName
 {
   color: #EF68D4;
 }
 .AnyTagClassName
 {
   color: #EF68D4;
 }
</style>

background-color css

<style>
 a { background-color: #EF68D4; }

 a { background-color: rgb(239,104,212); }

 div.DivClassName
 {
   background-color: #EF68D4;
 }
 .BgClassName
 {
   background-color: #EF68D4;
 }
</style>

border-color css

<style>
 span { border-color: #EF68D4; }

 span { border-color: rgb(239,104,212); }

 td.TdClassName
 {
   border-color: #EF68D4;
 }
 .TagClassName
 {
   border-color: #EF68D4;
 }
</style>