Html Css Color HEX #E074E9 Violet

📋 copy color: '#E074E9'

red 224 ◦ green 116 ◦ blue 233

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

Shades of Violet #E074E9

Tints of Violet #E074E9

RGB

 RED value IS 224 (87.89% from 255) = 39.09%

 GREEN value IS 116 (45.7% from 255) = 20.24%

 BLUE value IS 233 (91.41% from 255) = 40.66%

R = 39.09%
G = 20.24%
B = 40.66%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E074E9 (or 0xE074E9) is known color: Violet. HEX triplet: E0, 74 and E9. RGB value is (224,116,233). Sum of RGB (Red+Green+Blue) = 224+116+233=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #E074E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074E9 is #1F8B16. Grayscale: #A1A1A1. Windows color (decimal): -2067223 or 15299808. OLE color: 15299808.

HSL color Cylindrical-coordinate representation of color #E074E9: hue angle of 295.38º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E074E9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 116 233 -
CMYK 0.04 0.50 0 0.09
HSL 295.38º 0.73% 0.68% -
HSV(B) 295.38º 0.5% 0.91% -
XYZ 51.69 34.22 80.97 -
YUV 161.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 224 116 233 0.04 0.50 0 0.09 295.38 0.73 0.68
Hex E0 74 E9 4 32 0 9 127 49 44
Octal 340 164 351 4 62 0 11 447 111 104
Binary 11100000 1110100 11101001 100 110010 0 1001 100100111 1001001 1000100

Color Harmonies of #E074E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074E9

Black with #E074E9

Text Example


Text Example

White with #E074E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074E9; }

 p { color: rgb(224,116,233); }

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

background-color css

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

 a { background-color: rgb(224,116,233); }

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

border-color css

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

 span { border-color: rgb(224,116,233); }

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