Html Css Color HEX #EB77E5 Violet

📋 copy color: '#EB77E5'

red 235 ◦ green 119 ◦ blue 229

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

Shades of Violet #EB77E5

Tints of Violet #EB77E5

RGB

 RED value IS 235 (92.19% from 255) = 40.31%

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

 BLUE value IS 229 (89.84% from 255) = 39.28%

R = 40.31%
G = 20.41%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB77E5 (or 0xEB77E5) is known color: Violet. HEX triplet: EB, 77 and E5. RGB value is (235,119,229). Sum of RGB (Red+Green+Blue) = 235+119+229=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77E5 is #14881A. Grayscale: #A5A5A5. Windows color (decimal): -1345563 or 15038443. OLE color: 15038443.

HSL color Cylindrical-coordinate representation of color #EB77E5: hue angle of 303.1º 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 #EB77E5 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 119 229 -
CMYK 0 0.49 0.03 0.08
HSL 303.1º 0.74% 0.69% -
HSV(B) 303.1º 0.49% 0.92% -
XYZ 55 36.51 78.28 -
YUV 166.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 235 119 229 0 0.49 0.03 0.08 303.1 0.74 0.69
Hex EB 77 E5 0 31 3 8 12F 4A 45
Octal 353 167 345 0 61 3 10 457 112 105
Binary 11101011 1110111 11100101 0 110001 11 1000 100101111 1001010 1000101

Color Harmonies of #EB77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77E5

Black with #EB77E5

Text Example


Text Example

White with #EB77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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