Html Css Color HEX #EB77EE Violet

📋 copy color: '#EB77EE'

red 235 ◦ green 119 ◦ blue 238

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

Shades of Violet #EB77EE

Tints of Violet #EB77EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 39.7%
G = 20.1%
B = 40.2%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB77EE (or 0xEB77EE) is known color: Violet. HEX triplet: EB, 77 and EE. RGB value is (235,119,238). Sum of RGB (Red+Green+Blue) = 235+119+238=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB77EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB77EE is #148811. Grayscale: #A6A6A6. Windows color (decimal): -1345554 or 15628267. OLE color: 15628267.

HSL color Cylindrical-coordinate representation of color #EB77EE: hue angle of 298.49º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB77EE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 119 238 -
CMYK 0.01 0.50 0 0.07
HSL 298.49º 0.78% 0.7% -
HSV(B) 298.49º 0.5% 0.93% -
XYZ 56.29 37.03 85.07 -
YUV 167.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 235 119 238 0.01 0.50 0 0.07 298.49 0.78 0.7
Hex EB 77 EE 1 32 0 7 12A 4E 46
Octal 353 167 356 1 62 0 7 452 116 106
Binary 11101011 1110111 11101110 1 110010 0 111 100101010 1001110 1000110

Color Harmonies of #EB77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77EE

Black with #EB77EE

Text Example


Text Example

White with #EB77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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