Html Css Color HEX #EE4ACD Free Speech Magenta

📋 copy color: '#EE4ACD'

red 238 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Magenta #EE4ACD

Tints of Free Speech Magenta #EE4ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 46.03%
G = 14.31%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE4ACD (or 0xEE4ACD) is known color: Free Speech Magenta. HEX triplet: EE, 4A and CD. RGB value is (238,74,205). Sum of RGB (Red+Green+Blue) = 238+74+205=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4ACD is #11B532. Grayscale: #898989. Windows color (decimal): -1160499 or 13454062. OLE color: 13454062.

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

Color convert

RGB 238 74 205 -
CMYK 0 0.69 0.14 0.07
HSL 312.07º 0.83% 0.61% -
HSV(B) 312.07º 0.69% 0.93% -
XYZ 48.73 27.48 60.49 -
YUV 137.97 165.83 199.35 -
System Red Green Blue C M Y K H S L
Decimal 238 74 205 0 0.69 0.14 0.07 312.07 0.83 0.61
Hex EE 4A CD 0 45 E 7 138 53 3D
Octal 356 112 315 0 105 16 7 470 123 75
Binary 11101110 1001010 11001101 0 1000101 1110 111 100111000 1010011 111101

Color Harmonies of #EE4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4ACD

Black with #EE4ACD

Text Example


Text Example

White with #EE4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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