Html Css Color HEX #EE50DA Free Speech Magenta

📋 copy color: '#EE50DA'

red 238 ◦ green 80 ◦ blue 218

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

Shades of Free Speech Magenta #EE50DA

Tints of Free Speech Magenta #EE50DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.93%

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

R = 44.4%
G = 14.93%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE50DA (or 0xEE50DA) is known color: Free Speech Magenta. HEX triplet: EE, 50 and DA. RGB value is (238,80,218). Sum of RGB (Red+Green+Blue) = 238+80+218=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50DA is #11AF25. Grayscale: #8E8E8E. Windows color (decimal): -1158950 or 14307566. OLE color: 14307566.

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

Color convert

RGB 238 80 218 -
CMYK 0 0.66 0.08 0.07
HSL 307.59º 0.82% 0.62% -
HSV(B) 307.59º 0.66% 0.93% -
XYZ 50.78 28.98 69.25 -
YUV 142.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 238 80 218 0 0.66 0.08 0.07 307.59 0.82 0.62
Hex EE 50 DA 0 42 8 7 134 52 3E
Octal 356 120 332 0 102 10 7 464 122 76
Binary 11101110 1010000 11011010 0 1000010 1000 111 100110100 1010010 111110

Color Harmonies of #EE50DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50DA

Black with #EE50DA

Text Example


Text Example

White with #EE50DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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