Html Css Color HEX #EE53DA Free Speech Magenta

📋 copy color: '#EE53DA'

red 238 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #EE53DA

Tints of Free Speech Magenta #EE53DA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.4%

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 44.16%
G = 15.4%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE53DA (or 0xEE53DA) is known color: Free Speech Magenta. HEX triplet: EE, 53 and DA. RGB value is (238,83,218). Sum of RGB (Red+Green+Blue) = 238+83+218=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE53DA is #11AC25. Grayscale: #909090. Windows color (decimal): -1158182 or 14308334. OLE color: 14308334.

HSL color Cylindrical-coordinate representation of color #EE53DA: hue angle of 307.74º 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 #EE53DA is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 83 218 -
CMYK 0 0.65 0.08 0.07
HSL 307.74º 0.82% 0.63% -
HSV(B) 307.74º 0.65% 0.93% -
XYZ 51.01 29.43 69.32 -
YUV 144.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 238 83 218 0 0.65 0.08 0.07 307.74 0.82 0.63
Hex EE 53 DA 0 41 8 7 134 52 3F
Octal 356 123 332 0 101 10 7 464 122 77
Binary 11101110 1010011 11011010 0 1000001 1000 111 100110100 1010010 111111

Color Harmonies of #EE53DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53DA

Black with #EE53DA

Text Example


Text Example

White with #EE53DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53DA; }

 p { color: rgb(238,83,218); }

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

background-color css

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

 a { background-color: rgb(238,83,218); }

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

border-color css

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

 span { border-color: rgb(238,83,218); }

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