Html Css Color HEX #EA7DE0 Violet

📋 copy color: '#EA7DE0'

red 234 ◦ green 125 ◦ blue 224

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

Shades of Violet #EA7DE0

Tints of Violet #EA7DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.44%

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 40.14%
G = 21.44%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA7DE0 (or 0xEA7DE0) is known color: Violet. HEX triplet: EA, 7D and E0. RGB value is (234,125,224). Sum of RGB (Red+Green+Blue) = 234+125+224=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DE0 is #15821F. Grayscale: #A8A8A8. Windows color (decimal): -1409568 or 14712298. OLE color: 14712298.

HSL color Cylindrical-coordinate representation of color #EA7DE0: hue angle of 305.5º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7DE0 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 125 224 -
CMYK 0 0.47 0.04 0.08
HSL 305.5º 0.72% 0.7% -
HSV(B) 305.5º 0.47% 0.92% -
XYZ 54.72 37.54 74.88 -
YUV 168.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 234 125 224 0 0.47 0.04 0.08 305.5 0.72 0.7
Hex EA 7D E0 0 2F 4 8 132 48 46
Octal 352 175 340 0 57 4 10 462 110 106
Binary 11101010 1111101 11100000 0 101111 100 1000 100110010 1001000 1000110

Color Harmonies of #EA7DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DE0

Black with #EA7DE0

Text Example


Text Example

White with #EA7DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DE0; }

 p { color: rgb(234,125,224); }

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

background-color css

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

 a { background-color: rgb(234,125,224); }

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

border-color css

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

 span { border-color: rgb(234,125,224); }

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