Html Css Color HEX #EE50D0 Free Speech Magenta

📋 copy color: '#EE50D0'

red 238 ◦ green 80 ◦ blue 208

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

Shades of Free Speech Magenta #EE50D0

Tints of Free Speech Magenta #EE50D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 45.25%
G = 15.21%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE50D0 (or 0xEE50D0) is known color: Free Speech Magenta. HEX triplet: EE, 50 and D0. RGB value is (238,80,208). Sum of RGB (Red+Green+Blue) = 238+80+208=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50D0 is #11AF2F. Grayscale: #8D8D8D. Windows color (decimal): -1158960 or 13652206. OLE color: 13652206.

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

Color convert

RGB 238 80 208 -
CMYK 0 0.66 0.13 0.07
HSL 311.39º 0.82% 0.62% -
HSV(B) 311.39º 0.66% 0.93% -
XYZ 49.51 28.47 62.56 -
YUV 141.83 165.35 196.59 -
System Red Green Blue C M Y K H S L
Decimal 238 80 208 0 0.66 0.13 0.07 311.39 0.82 0.62
Hex EE 50 D0 0 42 D 7 137 52 3E
Octal 356 120 320 0 102 15 7 467 122 76
Binary 11101110 1010000 11010000 0 1000010 1101 111 100110111 1010010 111110

Color Harmonies of #EE50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50D0

Black with #EE50D0

Text Example


Text Example

White with #EE50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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