Html Css Color HEX #EE4CD2 Free Speech Magenta

📋 copy color: '#EE4CD2'

red 238 ◦ green 76 ◦ blue 210

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

Shades of Free Speech Magenta #EE4CD2

Tints of Free Speech Magenta #EE4CD2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.5%

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 45.42%
G = 14.5%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE4CD2 (or 0xEE4CD2) is known color: Free Speech Magenta. HEX triplet: EE, 4C and D2. RGB value is (238,76,210). Sum of RGB (Red+Green+Blue) = 238+76+210=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4CD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4CD2 is #11B32D. Grayscale: #8B8B8B. Windows color (decimal): -1159982 or 13782254. OLE color: 13782254.

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

Color convert

RGB 238 76 210 -
CMYK 0 0.68 0.12 0.07
HSL 310.37º 0.83% 0.62% -
HSV(B) 310.37º 0.68% 0.93% -
XYZ 49.48 28 63.77 -
YUV 139.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 238 76 210 0 0.68 0.12 0.07 310.37 0.83 0.62
Hex EE 4C D2 0 44 C 7 136 53 3E
Octal 356 114 322 0 104 14 7 466 123 76
Binary 11101110 1001100 11010010 0 1000100 1100 111 100110110 1010011 111110

Color Harmonies of #EE4CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4CD2

Black with #EE4CD2

Text Example


Text Example

White with #EE4CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4CD2; }

 p { color: rgb(238,76,210); }

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

background-color css

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

 a { background-color: rgb(238,76,210); }

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

border-color css

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

 span { border-color: rgb(238,76,210); }

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