Html Css Color HEX #EE40DD Free Speech Magenta

📋 copy color: '#EE40DD'

red 238 ◦ green 64 ◦ blue 221

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

Shades of Free Speech Magenta #EE40DD

Tints of Free Speech Magenta #EE40DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.24%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 45.51%
G = 12.24%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE40DD (or 0xEE40DD) is known color: Free Speech Magenta. HEX triplet: EE, 40 and DD. RGB value is (238,64,221). Sum of RGB (Red+Green+Blue) = 238+64+221=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE40DD is #11BF22. Grayscale: #858585. Windows color (decimal): -1163043 or 14500078. OLE color: 14500078.

HSL color Cylindrical-coordinate representation of color #EE40DD: hue angle of 305.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40DD is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 64 221 -
CMYK 0 0.73 0.07 0.07
HSL 305.86º 0.84% 0.59% -
HSV(B) 305.86º 0.73% 0.93% -
XYZ 50.14 27.06 70.99 -
YUV 133.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 238 64 221 0 0.73 0.07 0.07 305.86 0.84 0.59
Hex EE 40 DD 0 49 7 7 132 54 3B
Octal 356 100 335 0 111 7 7 462 124 73
Binary 11101110 1000000 11011101 0 1001001 111 111 100110010 1010100 111011

Color Harmonies of #EE40DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE40DD

Black with #EE40DD

Text Example


Text Example

White with #EE40DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE40DD; }

 p { color: rgb(238,64,221); }

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

background-color css

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

 a { background-color: rgb(238,64,221); }

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

border-color css

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

 span { border-color: rgb(238,64,221); }

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