Html Css Color HEX #EE55DA Free Speech Magenta

📋 copy color: '#EE55DA'

red 238 ◦ green 85 ◦ blue 218

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

Shades of Free Speech Magenta #EE55DA

Tints of Free Speech Magenta #EE55DA

RGB

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

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

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

R = 43.99%
G = 15.71%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE55DA (or 0xEE55DA) is known color: Free Speech Magenta. HEX triplet: EE, 55 and DA. RGB value is (238,85,218). Sum of RGB (Red+Green+Blue) = 238+85+218=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55DA is #11AA25. Grayscale: #919191. Windows color (decimal): -1157670 or 14308846. OLE color: 14308846.

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

Color convert

RGB 238 85 218 -
CMYK 0 0.64 0.08 0.07
HSL 307.84º 0.82% 0.63% -
HSV(B) 307.84º 0.64% 0.93% -
XYZ 51.16 29.74 69.37 -
YUV 145.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 238 85 218 0 0.64 0.08 0.07 307.84 0.82 0.63
Hex EE 55 DA 0 40 8 7 134 52 3F
Octal 356 125 332 0 100 10 7 464 122 77
Binary 11101110 1010101 11011010 0 1000000 1000 111 100110100 1010010 111111

Color Harmonies of #EE55DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55DA

Black with #EE55DA

Text Example


Text Example

White with #EE55DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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