Html Css Color HEX #E077EB Violet

📋 copy color: '#E077EB'

red 224 ◦ green 119 ◦ blue 235

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

Shades of Violet #E077EB

Tints of Violet #E077EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.59%

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 38.75%
G = 20.59%
B = 40.66%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E077EB (or 0xE077EB) is known color: Violet. HEX triplet: E0, 77 and EB. RGB value is (224,119,235). Sum of RGB (Red+Green+Blue) = 224+119+235=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #E077EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077EB is #1F8814. Grayscale: #A3A3A3. Windows color (decimal): -2066453 or 15431648. OLE color: 15431648.

HSL color Cylindrical-coordinate representation of color #E077EB: hue angle of 294.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E077EB is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 119 235 -
CMYK 0.05 0.49 0 0.08
HSL 294.31º 0.74% 0.69% -
HSV(B) 294.31º 0.49% 0.92% -
XYZ 52.33 35.04 82.6 -
YUV 163.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 224 119 235 0.05 0.49 0 0.08 294.31 0.74 0.69
Hex E0 77 EB 5 31 0 8 126 4A 45
Octal 340 167 353 5 61 0 10 446 112 105
Binary 11100000 1110111 11101011 101 110001 0 1000 100100110 1001010 1000101

Color Harmonies of #E077EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077EB

Black with #E077EB

Text Example


Text Example

White with #E077EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077EB; }

 p { color: rgb(224,119,235); }

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

background-color css

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

 a { background-color: rgb(224,119,235); }

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

border-color css

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

 span { border-color: rgb(224,119,235); }

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