Html Css Color HEX #EE53DF Free Speech Magenta

📋 copy color: '#EE53DF'

red 238 ◦ green 83 ◦ blue 223

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

Shades of Free Speech Magenta #EE53DF

Tints of Free Speech Magenta #EE53DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 43.75%
G = 15.26%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE53DF (or 0xEE53DF) is known color: Free Speech Magenta. HEX triplet: EE, 53 and DF. RGB value is (238,83,223). Sum of RGB (Red+Green+Blue) = 238+83+223=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE53DF is #11AC20. Grayscale: #909090. Windows color (decimal): -1158177 or 14636014. OLE color: 14636014.

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

Color convert

RGB 238 83 223 -
CMYK 0 0.65 0.06 0.07
HSL 305.81º 0.82% 0.63% -
HSV(B) 305.81º 0.65% 0.93% -
XYZ 51.67 29.69 72.82 -
YUV 145.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 238 83 223 0 0.65 0.06 0.07 305.81 0.82 0.63
Hex EE 53 DF 0 41 6 7 132 52 3F
Octal 356 123 337 0 101 6 7 462 122 77
Binary 11101110 1010011 11011111 0 1000001 110 111 100110010 1010010 111111

Color Harmonies of #EE53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53DF

Black with #EE53DF

Text Example


Text Example

White with #EE53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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