Html Css Color HEX #EE4ADA Free Speech Magenta

📋 copy color: '#EE4ADA'

red 238 ◦ green 74 ◦ blue 218

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

Shades of Free Speech Magenta #EE4ADA

Tints of Free Speech Magenta #EE4ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.96%

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

R = 44.91%
G = 13.96%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE4ADA (or 0xEE4ADA) is known color: Free Speech Magenta. HEX triplet: EE, 4A and DA. RGB value is (238,74,218). Sum of RGB (Red+Green+Blue) = 238+74+218=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 74 (29.30% from 255 or 13.96% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4ADA is #11B525. Grayscale: #8B8B8B. Windows color (decimal): -1160486 or 14306030. OLE color: 14306030.

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

Color convert

RGB 238 74 218 -
CMYK 0 0.69 0.08 0.07
HSL 307.32º 0.83% 0.61% -
HSV(B) 307.32º 0.69% 0.93% -
XYZ 50.36 28.14 69.11 -
YUV 139.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 238 74 218 0 0.69 0.08 0.07 307.32 0.83 0.61
Hex EE 4A DA 0 45 8 7 133 53 3D
Octal 356 112 332 0 105 10 7 463 123 75
Binary 11101110 1001010 11011010 0 1000101 1000 111 100110011 1010011 111101

Color Harmonies of #EE4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4ADA

Black with #EE4ADA

Text Example


Text Example

White with #EE4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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