Html Css Color HEX #EE5FCC Free Speech Magenta

📋 copy color: '#EE5FCC'

red 238 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Magenta #EE5FCC

Tints of Free Speech Magenta #EE5FCC

RGB

 RED value IS 238 (93.36% from 255) = 44.32%

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

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

R = 44.32%
G = 17.69%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE5FCC (or 0xEE5FCC) is known color: Free Speech Magenta. HEX triplet: EE, 5F and CC. RGB value is (238,95,204). Sum of RGB (Red+Green+Blue) = 238+95+204=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5FCC is #11A033. Grayscale: #959595. Windows color (decimal): -1155124 or 13393902. OLE color: 13393902.

HSL color Cylindrical-coordinate representation of color #EE5FCC: hue angle of 314.27º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5FCC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 95 204 -
CMYK 0 0.60 0.14 0.07
HSL 314.27º 0.81% 0.65% -
HSV(B) 314.27º 0.6% 0.93% -
XYZ 50.25 30.72 60.41 -
YUV 150.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 238 95 204 0 0.60 0.14 0.07 314.27 0.81 0.65
Hex EE 5F CC 0 3C E 7 13A 51 41
Octal 356 137 314 0 74 16 7 472 121 101
Binary 11101110 1011111 11001100 0 111100 1110 111 100111010 1010001 1000001

Color Harmonies of #EE5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5FCC

Black with #EE5FCC

Text Example


Text Example

White with #EE5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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