Html Css Color HEX #E76AED Violet

📋 copy color: '#E76AED'

red 231 ◦ green 106 ◦ blue 237

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

Shades of Violet #E76AED

Tints of Violet #E76AED

RGB

 RED value IS 231 (90.63% from 255) = 40.24%

 GREEN value IS 106 (41.8% from 255) = 18.47%

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

R = 40.24%
G = 18.47%
B = 41.29%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E76AED (or 0xE76AED) is known color: Violet. HEX triplet: E7, 6A and ED. RGB value is (231,106,237). Sum of RGB (Red+Green+Blue) = 231+106+237=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 106 (41.80% from 255 or 18.47% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #E76AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76AED is #189512. Grayscale: #9D9D9D. Windows color (decimal): -1611027 or 15559399. OLE color: 15559399.

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

Color convert

RGB 231 106 237 -
CMYK 0.03 0.55 0 0.07
HSL 297.25º 0.78% 0.67% -
HSV(B) 297.25º 0.55% 0.93% -
XYZ 53.4 33.41 83.76 -
YUV 158.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 231 106 237 0.03 0.55 0 0.07 297.25 0.78 0.67
Hex E7 6A ED 3 37 0 7 129 4E 43
Octal 347 152 355 3 67 0 7 451 116 103
Binary 11100111 1101010 11101101 11 110111 0 111 100101001 1001110 1000011

Color Harmonies of #E76AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AED

Black with #E76AED

Text Example


Text Example

White with #E76AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AED; }

 p { color: rgb(231,106,237); }

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

background-color css

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

 a { background-color: rgb(231,106,237); }

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

border-color css

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

 span { border-color: rgb(231,106,237); }

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