Html Css Color HEX #EE42EF Free Speech Magenta

📋 copy color: '#EE42EF'

red 238 ◦ green 66 ◦ blue 239

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

Shades of Free Speech Magenta #EE42EF

Tints of Free Speech Magenta #EE42EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 43.83%
G = 12.15%
B = 44.01%

CMYK

 C value IS 0.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE42EF (or 0xEE42EF) is known color: Free Speech Magenta. HEX triplet: EE, 42 and EF. RGB value is (238,66,239). Sum of RGB (Red+Green+Blue) = 238+66+239=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 66 (26.17% from 255 or 12.15% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE42EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42EF is #11BD10. Grayscale: #888888. Windows color (decimal): -1162513 or 15680238. OLE color: 15680238.

HSL color Cylindrical-coordinate representation of color #EE42EF: hue angle of 299.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42EF is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 66 239 -
CMYK 0.00 0.72 0 0.06
HSL 299.65º 0.84% 0.6% -
HSV(B) 299.65º 0.72% 0.94% -
XYZ 52.79 28.31 84.34 -
YUV 137.15 185.48 199.93 -
System Red Green Blue C M Y K H S L
Decimal 238 66 239 0.00 0.72 0 0.06 299.65 0.84 0.6
Hex EE 42 EF 0 48 0 6 12C 54 3C
Octal 356 102 357 0 110 0 6 454 124 74
Binary 11101110 1000010 11101111 0 1001000 0 110 100101100 1010100 111100

Color Harmonies of #EE42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42EF

Black with #EE42EF

Text Example


Text Example

White with #EE42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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