Html Css Color HEX #E76BEA Violet

📋 copy color: '#E76BEA'

red 231 ◦ green 107 ◦ blue 234

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

Shades of Violet #E76BEA

Tints of Violet #E76BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.71%

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 40.38%
G = 18.71%
B = 40.91%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E76BEA (or 0xE76BEA) is known color: Violet. HEX triplet: E7, 6B and EA. RGB value is (231,107,234). Sum of RGB (Red+Green+Blue) = 231+107+234=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 107 (42.19% from 255 or 18.71% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #E76BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BEA is #189415. Grayscale: #9E9E9E. Windows color (decimal): -1610774 or 15363047. OLE color: 15363047.

HSL color Cylindrical-coordinate representation of color #E76BEA: hue angle of 298.58º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76BEA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 107 234 -
CMYK 0.01 0.54 0 0.08
HSL 298.58º 0.75% 0.67% -
HSV(B) 298.58º 0.54% 0.92% -
XYZ 53.06 33.44 81.5 -
YUV 158.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 231 107 234 0.01 0.54 0 0.08 298.58 0.75 0.67
Hex E7 6B EA 1 36 0 8 12B 4B 43
Octal 347 153 352 1 66 0 10 453 113 103
Binary 11100111 1101011 11101010 1 110110 0 1000 100101011 1001011 1000011

Color Harmonies of #E76BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BEA

Black with #E76BEA

Text Example


Text Example

White with #E76BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BEA; }

 p { color: rgb(231,107,234); }

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

background-color css

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

 a { background-color: rgb(231,107,234); }

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

border-color css

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

 span { border-color: rgb(231,107,234); }

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