Html Css Color HEX #EF55CC Free Speech Magenta

📋 copy color: '#EF55CC'

red 239 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #EF55CC

Tints of Free Speech Magenta #EF55CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.1%

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

R = 45.27%
G = 16.1%
B = 38.64%

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

#EF55CC (or 0xEF55CC) is known color: Free Speech Magenta. HEX triplet: EF, 55 and CC. RGB value is (239,85,204). Sum of RGB (Red+Green+Blue) = 239+85+204=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55CC is #10AA33. Grayscale: #909090. Windows color (decimal): -1092148 or 13391343. OLE color: 13391343.

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

Color convert

RGB 239 85 204 -
CMYK 0 0.64 0.15 0.06
HSL 313.64º 0.83% 0.64% -
HSV(B) 313.64º 0.64% 0.94% -
XYZ 49.74 29.21 60.14 -
YUV 144.61 161.52 195.32 -
System Red Green Blue C M Y K H S L
Decimal 239 85 204 0 0.64 0.15 0.06 313.64 0.83 0.64
Hex EF 55 CC 0 40 F 6 13A 53 40
Octal 357 125 314 0 100 17 6 472 123 100
Binary 11101111 1010101 11001100 0 1000000 1111 110 100111010 1010011 1000000

Color Harmonies of #EF55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55CC

Black with #EF55CC

Text Example


Text Example

White with #EF55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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