Html Css Color HEX #EA5CCC Free Speech Magenta

📋 copy color: '#EA5CCC'

red 234 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Magenta #EA5CCC

Tints of Free Speech Magenta #EA5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.36%

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

R = 44.15%
G = 17.36%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA5CCC (or 0xEA5CCC) is known color: Free Speech Magenta. HEX triplet: EA, 5C and CC. RGB value is (234,92,204). Sum of RGB (Red+Green+Blue) = 234+92+204=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5CCC is #15A333. Grayscale: #929292. Windows color (decimal): -1418036 or 13393130. OLE color: 13393130.

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

Color convert

RGB 234 92 204 -
CMYK 0 0.61 0.13 0.08
HSL 312.68º 0.77% 0.64% -
HSV(B) 312.68º 0.61% 0.92% -
XYZ 48.66 29.51 60.26 -
YUV 147.23 160.04 189.89 -
System Red Green Blue C M Y K H S L
Decimal 234 92 204 0 0.61 0.13 0.08 312.68 0.77 0.64
Hex EA 5C CC 0 3D D 8 139 4D 40
Octal 352 134 314 0 75 15 10 471 115 100
Binary 11101010 1011100 11001100 0 111101 1101 1000 100111001 1001101 1000000

Color Harmonies of #EA5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5CCC

Black with #EA5CCC

Text Example


Text Example

White with #EA5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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