Html Css Color HEX #EB77E6 Violet

📋 copy color: '#EB77E6'

red 235 ◦ green 119 ◦ blue 230

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

Shades of Violet #EB77E6

Tints of Violet #EB77E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.38%

R = 40.24%
G = 20.38%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB77E6 (or 0xEB77E6) is known color: Violet. HEX triplet: EB, 77 and E6. RGB value is (235,119,230). Sum of RGB (Red+Green+Blue) = 235+119+230=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB77E6 is #148819. Grayscale: #A6A6A6. Windows color (decimal): -1345562 or 15103979. OLE color: 15103979.

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

Color convert

RGB 235 119 230 -
CMYK 0 0.49 0.02 0.08
HSL 302.59º 0.74% 0.69% -
HSV(B) 302.59º 0.49% 0.92% -
XYZ 55.14 36.57 79.02 -
YUV 166.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 235 119 230 0 0.49 0.02 0.08 302.59 0.74 0.69
Hex EB 77 E6 0 31 2 8 12F 4A 45
Octal 353 167 346 0 61 2 10 457 112 105
Binary 11101011 1110111 11100110 0 110001 10 1000 100101111 1001010 1000101

Color Harmonies of #EB77E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77E6

Black with #EB77E6

Text Example


Text Example

White with #EB77E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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