Html Css Color HEX #EE54CA Free Speech Magenta

📋 copy color: '#EE54CA'

red 238 ◦ green 84 ◦ blue 202

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

Shades of Free Speech Magenta #EE54CA

Tints of Free Speech Magenta #EE54CA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.03%

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 45.42%
G = 16.03%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE54CA (or 0xEE54CA) is known color: Free Speech Magenta. HEX triplet: EE, 54 and CA. RGB value is (238,84,202). Sum of RGB (Red+Green+Blue) = 238+84+202=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE54CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE54CA is #11AB35. Grayscale: #8F8F8F. Windows color (decimal): -1157942 or 13260014. OLE color: 13260014.

HSL color Cylindrical-coordinate representation of color #EE54CA: hue angle of 314.03º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE54CA is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 84 202 -
CMYK 0 0.65 0.15 0.07
HSL 314.03º 0.82% 0.63% -
HSV(B) 314.03º 0.65% 0.93% -
XYZ 49.09 28.78 58.85 -
YUV 143.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 238 84 202 0 0.65 0.15 0.07 314.03 0.82 0.63
Hex EE 54 CA 0 41 F 7 13A 52 3F
Octal 356 124 312 0 101 17 7 472 122 77
Binary 11101110 1010100 11001010 0 1000001 1111 111 100111010 1010010 111111

Color Harmonies of #EE54CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE54CA

Black with #EE54CA

Text Example


Text Example

White with #EE54CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE54CA; }

 p { color: rgb(238,84,202); }

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

background-color css

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

 a { background-color: rgb(238,84,202); }

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

border-color css

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

 span { border-color: rgb(238,84,202); }

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