Html Css Color HEX #EF57CC Free Speech Magenta

📋 copy color: '#EF57CC'

red 239 ◦ green 87 ◦ blue 204

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

Shades of Free Speech Magenta #EF57CC

Tints of Free Speech Magenta #EF57CC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.42%

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

R = 45.09%
G = 16.42%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF57CC (or 0xEF57CC) is known color: Free Speech Magenta. HEX triplet: EF, 57 and CC. RGB value is (239,87,204). Sum of RGB (Red+Green+Blue) = 239+87+204=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57CC is #10A833. Grayscale: #919191. Windows color (decimal): -1091636 or 13391855. OLE color: 13391855.

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

Color convert

RGB 239 87 204 -
CMYK 0 0.64 0.15 0.06
HSL 313.82º 0.83% 0.64% -
HSV(B) 313.82º 0.64% 0.94% -
XYZ 49.9 29.53 60.2 -
YUV 145.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 239 87 204 0 0.64 0.15 0.06 313.82 0.83 0.64
Hex EF 57 CC 0 40 F 6 13A 53 40
Octal 357 127 314 0 100 17 6 472 123 100
Binary 11101111 1010111 11001100 0 1000000 1111 110 100111010 1010011 1000000

Color Harmonies of #EF57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57CC

Black with #EF57CC

Text Example


Text Example

White with #EF57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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