Html Css Color HEX #EA4DCC Free Speech Magenta

📋 copy color: '#EA4DCC'

red 234 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Magenta #EA4DCC

Tints of Free Speech Magenta #EA4DCC

RGB

 RED value IS 234 (91.8% from 255) = 45.44%

 GREEN value IS 77 (30.47% from 255) = 14.95%

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 45.44%
G = 14.95%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA4DCC (or 0xEA4DCC) is known color: Free Speech Magenta. HEX triplet: EA, 4D and CC. RGB value is (234,77,204). Sum of RGB (Red+Green+Blue) = 234+77+204=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4DCC is #15B233. Grayscale: #8A8A8A. Windows color (decimal): -1421876 or 13389290. OLE color: 13389290.

HSL color Cylindrical-coordinate representation of color #EA4DCC: hue angle of 311.46º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4DCC is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 204 -
CMYK 0 0.67 0.13 0.08
HSL 311.47º 0.79% 0.61% -
HSV(B) 311.47º 0.67% 0.92% -
XYZ 47.48 27.16 59.87 -
YUV 138.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 234 77 204 0 0.67 0.13 0.08 311.47 0.79 0.61
Hex EA 4D CC 0 43 D 8 137 4F 3D
Octal 352 115 314 0 103 15 10 467 117 75
Binary 11101010 1001101 11001100 0 1000011 1101 1000 100110111 1001111 111101

Color Harmonies of #EA4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4DCC

Black with #EA4DCC

Text Example


Text Example

White with #EA4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4DCC; }

 p { color: rgb(234,77,204); }

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

background-color css

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

 a { background-color: rgb(234,77,204); }

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

border-color css

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

 span { border-color: rgb(234,77,204); }

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