Html Css Color HEX #EE4FD2 Free Speech Magenta

📋 copy color: '#EE4FD2'

red 238 ◦ green 79 ◦ blue 210

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

Shades of Free Speech Magenta #EE4FD2

Tints of Free Speech Magenta #EE4FD2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.99%

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

R = 45.16%
G = 14.99%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE4FD2 (or 0xEE4FD2) is known color: Free Speech Magenta. HEX triplet: EE, 4F and D2. RGB value is (238,79,210). Sum of RGB (Red+Green+Blue) = 238+79+210=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4FD2 is #11B02D. Grayscale: #8D8D8D. Windows color (decimal): -1159214 or 13783022. OLE color: 13783022.

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

Color convert

RGB 238 79 210 -
CMYK 0 0.67 0.12 0.07
HSL 310.57º 0.82% 0.62% -
HSV(B) 310.57º 0.67% 0.93% -
XYZ 49.69 28.42 63.84 -
YUV 141.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 238 79 210 0 0.67 0.12 0.07 310.57 0.82 0.62
Hex EE 4F D2 0 43 C 7 137 52 3E
Octal 356 117 322 0 103 14 7 467 122 76
Binary 11101110 1001111 11010010 0 1000011 1100 111 100110111 1010010 111110

Color Harmonies of #EE4FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4FD2

Black with #EE4FD2

Text Example


Text Example

White with #EE4FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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