Html Css Color HEX #EE42DA Free Speech Magenta

📋 copy color: '#EE42DA'

red 238 ◦ green 66 ◦ blue 218

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

Shades of Free Speech Magenta #EE42DA

Tints of Free Speech Magenta #EE42DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 45.59%
G = 12.64%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE42DA (or 0xEE42DA) is known color: Free Speech Magenta. HEX triplet: EE, 42 and DA. RGB value is (238,66,218). Sum of RGB (Red+Green+Blue) = 238+66+218=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42DA is #11BD25. Grayscale: #868686. Windows color (decimal): -1162534 or 14303982. OLE color: 14303982.

HSL color Cylindrical-coordinate representation of color #EE42DA: hue angle of 306.98º 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 #EE42DA is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 66 218 -
CMYK 0 0.72 0.08 0.07
HSL 306.98º 0.83% 0.6% -
HSV(B) 306.98º 0.72% 0.93% -
XYZ 49.86 27.14 68.94 -
YUV 134.76 174.98 201.64 -
System Red Green Blue C M Y K H S L
Decimal 238 66 218 0 0.72 0.08 0.07 306.98 0.83 0.6
Hex EE 42 DA 0 48 8 7 133 53 3C
Octal 356 102 332 0 110 10 7 463 123 74
Binary 11101110 1000010 11011010 0 1001000 1000 111 100110011 1010011 111100

Color Harmonies of #EE42DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42DA

Black with #EE42DA

Text Example


Text Example

White with #EE42DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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