Html Css Color HEX #EA5DCC Free Speech Magenta

📋 copy color: '#EA5DCC'

red 234 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Magenta #EA5DCC

Tints of Free Speech Magenta #EA5DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.51%

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

R = 44.07%
G = 17.51%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA5DCC (or 0xEA5DCC) is known color: Free Speech Magenta. HEX triplet: EA, 5D and CC. RGB value is (234,93,204). Sum of RGB (Red+Green+Blue) = 234+93+204=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DCC is #15A233. Grayscale: #939393. Windows color (decimal): -1417780 or 13393386. OLE color: 13393386.

HSL color Cylindrical-coordinate representation of color #EA5DCC: hue angle of 312.77º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5DCC is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 93 204 -
CMYK 0 0.60 0.13 0.08
HSL 312.77º 0.77% 0.64% -
HSV(B) 312.77º 0.6% 0.92% -
XYZ 48.75 29.68 60.29 -
YUV 147.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 234 93 204 0 0.60 0.13 0.08 312.77 0.77 0.64
Hex EA 5D CC 0 3C D 8 139 4D 40
Octal 352 135 314 0 74 15 10 471 115 100
Binary 11101010 1011101 11001100 0 111100 1101 1000 100111001 1001101 1000000

Color Harmonies of #EA5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5DCC

Black with #EA5DCC

Text Example


Text Example

White with #EA5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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