Html Css Color HEX #EE44DA Free Speech Magenta

📋 copy color: '#EE44DA'

red 238 ◦ green 68 ◦ blue 218

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

Shades of Free Speech Magenta #EE44DA

Tints of Free Speech Magenta #EE44DA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.98%

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

R = 45.42%
G = 12.98%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE44DA (or 0xEE44DA) is known color: Free Speech Magenta. HEX triplet: EE, 44 and DA. RGB value is (238,68,218). Sum of RGB (Red+Green+Blue) = 238+68+218=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 68 (26.95% from 255 or 12.98% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE44DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE44DA is #11BB25. Grayscale: #878787. Windows color (decimal): -1162022 or 14304494. OLE color: 14304494.

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

Color convert

RGB 238 68 218 -
CMYK 0 0.71 0.08 0.07
HSL 307.06º 0.83% 0.6% -
HSV(B) 307.06º 0.71% 0.93% -
XYZ 49.98 27.37 68.98 -
YUV 135.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 238 68 218 0 0.71 0.08 0.07 307.06 0.83 0.6
Hex EE 44 DA 0 47 8 7 133 53 3C
Octal 356 104 332 0 107 10 7 463 123 74
Binary 11101110 1000100 11011010 0 1000111 1000 111 100110011 1010011 111100

Color Harmonies of #EE44DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE44DA

Black with #EE44DA

Text Example


Text Example

White with #EE44DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE44DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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