Html Css Color HEX #EF5ECC Free Speech Magenta

📋 copy color: '#EF5ECC'

red 239 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #EF5ECC

Tints of Free Speech Magenta #EF5ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.5%

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 44.51%
G = 17.5%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF5ECC (or 0xEF5ECC) is known color: Free Speech Magenta. HEX triplet: EF, 5E and CC. RGB value is (239,94,204). Sum of RGB (Red+Green+Blue) = 239+94+204=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ECC is #10A133. Grayscale: #959595. Windows color (decimal): -1089844 or 13393647. OLE color: 13393647.

HSL color Cylindrical-coordinate representation of color #EF5ECC: hue angle of 314.48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5ECC is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 94 204 -
CMYK 0 0.61 0.15 0.06
HSL 314.48º 0.82% 0.65% -
HSV(B) 314.48º 0.61% 0.94% -
XYZ 50.5 30.72 60.39 -
YUV 149.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 239 94 204 0 0.61 0.15 0.06 314.48 0.82 0.65
Hex EF 5E CC 0 3D F 6 13A 52 41
Octal 357 136 314 0 75 17 6 472 122 101
Binary 11101111 1011110 11001100 0 111101 1111 110 100111010 1010010 1000001

Color Harmonies of #EF5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5ECC

Black with #EF5ECC

Text Example


Text Example

White with #EF5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5ECC; }

 p { color: rgb(239,94,204); }

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

background-color css

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

 a { background-color: rgb(239,94,204); }

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

border-color css

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

 span { border-color: rgb(239,94,204); }

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