Html Css Color HEX #EE5BD0 Free Speech Magenta

📋 copy color: '#EE5BD0'

red 238 ◦ green 91 ◦ blue 208

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

Shades of Free Speech Magenta #EE5BD0

Tints of Free Speech Magenta #EE5BD0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.95%

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

R = 44.32%
G = 16.95%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE5BD0 (or 0xEE5BD0) is known color: Free Speech Magenta. HEX triplet: EE, 5B and D0. RGB value is (238,91,208). Sum of RGB (Red+Green+Blue) = 238+91+208=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5BD0 is #11A42F. Grayscale: #939393. Windows color (decimal): -1156144 or 13655022. OLE color: 13655022.

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

Color convert

RGB 238 91 208 -
CMYK 0 0.62 0.13 0.07
HSL 312.24º 0.81% 0.65% -
HSV(B) 312.24º 0.62% 0.93% -
XYZ 50.39 30.21 62.85 -
YUV 148.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 238 91 208 0 0.62 0.13 0.07 312.24 0.81 0.65
Hex EE 5B D0 0 3E D 7 138 51 41
Octal 356 133 320 0 76 15 7 470 121 101
Binary 11101110 1011011 11010000 0 111110 1101 111 100111000 1010001 1000001

Color Harmonies of #EE5BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5BD0

Black with #EE5BD0

Text Example


Text Example

White with #EE5BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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