Html Css Color HEX #EF5CCD Free Speech Magenta

📋 copy color: '#EF5CCD'

red 239 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Magenta #EF5CCD

Tints of Free Speech Magenta #EF5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.16%

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

R = 44.59%
G = 17.16%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF5CCD (or 0xEF5CCD) is known color: Free Speech Magenta. HEX triplet: EF, 5C and CD. RGB value is (239,92,205). Sum of RGB (Red+Green+Blue) = 239+92+205=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CCD is #10A332. Grayscale: #949494. Windows color (decimal): -1090355 or 13458671. OLE color: 13458671.

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

Color convert

RGB 239 92 205 -
CMYK 0 0.62 0.14 0.06
HSL 313.88º 0.82% 0.65% -
HSV(B) 313.88º 0.62% 0.94% -
XYZ 50.44 30.41 60.97 -
YUV 148.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 239 92 205 0 0.62 0.14 0.06 313.88 0.82 0.65
Hex EF 5C CD 0 3E E 6 13A 52 41
Octal 357 134 315 0 76 16 6 472 122 101
Binary 11101111 1011100 11001101 0 111110 1110 110 100111010 1010010 1000001

Color Harmonies of #EF5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CCD

Black with #EF5CCD

Text Example


Text Example

White with #EF5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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