Html Css Color HEX #EF5FCD Free Speech Magenta

📋 copy color: '#EF5FCD'

red 239 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Magenta #EF5FCD

Tints of Free Speech Magenta #EF5FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 44.34%
G = 17.63%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF5FCD (or 0xEF5FCD) is known color: Free Speech Magenta. HEX triplet: EF, 5F and CD. RGB value is (239,95,205). Sum of RGB (Red+Green+Blue) = 239+95+205=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FCD is #10A032. Grayscale: #969696. Windows color (decimal): -1089587 or 13459439. OLE color: 13459439.

HSL color Cylindrical-coordinate representation of color #EF5FCD: hue angle of 314.17º 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 #EF5FCD is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 95 205 -
CMYK 0 0.60 0.14 0.06
HSL 314.17º 0.82% 0.65% -
HSV(B) 314.17º 0.6% 0.94% -
XYZ 50.71 30.94 61.06 -
YUV 150.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 239 95 205 0 0.60 0.14 0.06 314.17 0.82 0.65
Hex EF 5F CD 0 3C E 6 13A 52 41
Octal 357 137 315 0 74 16 6 472 122 101
Binary 11101111 1011111 11001101 0 111100 1110 110 100111010 1010010 1000001

Color Harmonies of #EF5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FCD

Black with #EF5FCD

Text Example


Text Example

White with #EF5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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