Html Css Color HEX #EA60D7 Free Speech Magenta

📋 copy color: '#EA60D7'

red 234 ◦ green 96 ◦ blue 215

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

Shades of Free Speech Magenta #EA60D7

Tints of Free Speech Magenta #EA60D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.45%

R = 42.94%
G = 17.61%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA60D7 (or 0xEA60D7) is known color: Free Speech Magenta. HEX triplet: EA, 60 and D7. RGB value is (234,96,215). Sum of RGB (Red+Green+Blue) = 234+96+215=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60D7 is #159F28. Grayscale: #969696. Windows color (decimal): -1417001 or 14115050. OLE color: 14115050.

HSL color Cylindrical-coordinate representation of color #EA60D7: hue angle of 308.26º 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 #EA60D7 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 96 215 -
CMYK 0 0.59 0.08 0.08
HSL 308.26º 0.77% 0.65% -
HSV(B) 308.26º 0.59% 0.92% -
XYZ 50.38 30.76 67.57 -
YUV 150.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 234 96 215 0 0.59 0.08 0.08 308.26 0.77 0.65
Hex EA 60 D7 0 3B 8 8 134 4D 41
Octal 352 140 327 0 73 10 10 464 115 101
Binary 11101010 1100000 11010111 0 111011 1000 1000 100110100 1001101 1000001

Color Harmonies of #EA60D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA60D7

Black with #EA60D7

Text Example


Text Example

White with #EA60D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA60D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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