Html Css Color HEX #EE42EB Free Speech Magenta

📋 copy color: '#EE42EB'

red 238 ◦ green 66 ◦ blue 235

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

Shades of Free Speech Magenta #EE42EB

Tints of Free Speech Magenta #EE42EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.24%

 BLUE value IS 235 (92.19% from 255) = 43.6%

R = 44.16%
G = 12.24%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE42EB (or 0xEE42EB) is known color: Free Speech Magenta. HEX triplet: EE, 42 and EB. RGB value is (238,66,235). Sum of RGB (Red+Green+Blue) = 238+66+235=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 66 (26.17% from 255 or 12.24% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42EB is #11BD14. Grayscale: #888888. Windows color (decimal): -1162517 or 15418094. OLE color: 15418094.

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

Color convert

RGB 238 66 235 -
CMYK 0 0.72 0.01 0.07
HSL 301.05º 0.83% 0.6% -
HSV(B) 301.05º 0.72% 0.93% -
XYZ 52.2 28.07 81.26 -
YUV 136.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 238 66 235 0 0.72 0.01 0.07 301.05 0.83 0.6
Hex EE 42 EB 0 48 1 7 12D 53 3C
Octal 356 102 353 0 110 1 7 455 123 74
Binary 11101110 1000010 11101011 0 1001000 1 111 100101101 1010011 111100

Color Harmonies of #EE42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42EB

Black with #EE42EB

Text Example


Text Example

White with #EE42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42EB; }

 p { color: rgb(238,66,235); }

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

background-color css

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

 a { background-color: rgb(238,66,235); }

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

border-color css

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

 span { border-color: rgb(238,66,235); }

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