Html Css Color HEX #EA70ED Violet

📋 copy color: '#EA70ED'

red 234 ◦ green 112 ◦ blue 237

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

Shades of Violet #EA70ED

Tints of Violet #EA70ED

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.21%

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 40.14%
G = 19.21%
B = 40.65%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA70ED (or 0xEA70ED) is known color: Violet. HEX triplet: EA, 70 and ED. RGB value is (234,112,237). Sum of RGB (Red+Green+Blue) = 234+112+237=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA70ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA70ED is #158F12. Grayscale: #A2A2A2. Windows color (decimal): -1412883 or 15560938. OLE color: 15560938.

HSL color Cylindrical-coordinate representation of color #EA70ED: hue angle of 298.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA70ED is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 112 237 -
CMYK 0.01 0.53 0 0.07
HSL 298.56º 0.78% 0.68% -
HSV(B) 298.56º 0.53% 0.93% -
XYZ 55.01 35.2 84.01 -
YUV 162.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 234 112 237 0.01 0.53 0 0.07 298.56 0.78 0.68
Hex EA 70 ED 1 35 0 7 12B 4E 44
Octal 352 160 355 1 65 0 7 453 116 104
Binary 11101010 1110000 11101101 1 110101 0 111 100101011 1001110 1000100

Color Harmonies of #EA70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA70ED

Black with #EA70ED

Text Example


Text Example

White with #EA70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA70ED; }

 p { color: rgb(234,112,237); }

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

background-color css

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

 a { background-color: rgb(234,112,237); }

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

border-color css

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

 span { border-color: rgb(234,112,237); }

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