Html Css Color HEX #EF5FCC Free Speech Magenta

📋 copy color: '#EF5FCC'

red 239 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Magenta #EF5FCC

Tints of Free Speech Magenta #EF5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.66%

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

R = 44.42%
G = 17.66%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF5FCC (or 0xEF5FCC) is known color: Free Speech Magenta. HEX triplet: EF, 5F and CC. RGB value is (239,95,204). Sum of RGB (Red+Green+Blue) = 239+95+204=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FCC is #10A033. Grayscale: #969696. Windows color (decimal): -1089588 or 13393903. OLE color: 13393903.

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

Color convert

RGB 239 95 204 -
CMYK 0 0.60 0.15 0.06
HSL 314.58º 0.82% 0.65% -
HSV(B) 314.58º 0.6% 0.94% -
XYZ 50.59 30.89 60.42 -
YUV 150.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 239 95 204 0 0.60 0.15 0.06 314.58 0.82 0.65
Hex EF 5F CC 0 3C F 6 13B 52 41
Octal 357 137 314 0 74 17 6 473 122 101
Binary 11101111 1011111 11001100 0 111100 1111 110 100111011 1010010 1000001

Color Harmonies of #EF5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FCC

Black with #EF5FCC

Text Example


Text Example

White with #EF5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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