Html Css Color HEX #EA60DB Free Speech Magenta

📋 copy color: '#EA60DB'

red 234 ◦ green 96 ◦ blue 219

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

Shades of Free Speech Magenta #EA60DB

Tints of Free Speech Magenta #EA60DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.49%

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 42.62%
G = 17.49%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA60DB (or 0xEA60DB) is known color: Free Speech Magenta. HEX triplet: EA, 60 and DB. RGB value is (234,96,219). Sum of RGB (Red+Green+Blue) = 234+96+219=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60DB is #159F24. Grayscale: #969696. Windows color (decimal): -1416997 or 14377194. OLE color: 14377194.

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

Color convert

RGB 234 96 219 -
CMYK 0 0.59 0.06 0.08
HSL 306.52º 0.77% 0.65% -
HSV(B) 306.52º 0.59% 0.92% -
XYZ 50.9 30.97 70.31 -
YUV 151.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 234 96 219 0 0.59 0.06 0.08 306.52 0.77 0.65
Hex EA 60 DB 0 3B 6 8 133 4D 41
Octal 352 140 333 0 73 6 10 463 115 101
Binary 11101010 1100000 11011011 0 111011 110 1000 100110011 1001101 1000001

Color Harmonies of #EA60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA60DB

Black with #EA60DB

Text Example


Text Example

White with #EA60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA60DB; }

 p { color: rgb(234,96,219); }

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

background-color css

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

 a { background-color: rgb(234,96,219); }

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

border-color css

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

 span { border-color: rgb(234,96,219); }

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