Html Css Color HEX #EB77DF Violet

📋 copy color: '#EB77DF'

red 235 ◦ green 119 ◦ blue 223

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

Shades of Violet #EB77DF

Tints of Violet #EB77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 40.73%
G = 20.62%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB77DF (or 0xEB77DF) is known color: Violet. HEX triplet: EB, 77 and DF. RGB value is (235,119,223). Sum of RGB (Red+Green+Blue) = 235+119+223=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77DF is #148820. Grayscale: #A5A5A5. Windows color (decimal): -1345569 or 14645227. OLE color: 14645227.

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

Color convert

RGB 235 119 223 -
CMYK 0 0.49 0.05 0.08
HSL 306.21º 0.74% 0.69% -
HSV(B) 306.21º 0.49% 0.92% -
XYZ 54.18 36.18 73.94 -
YUV 165.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 235 119 223 0 0.49 0.05 0.08 306.21 0.74 0.69
Hex EB 77 DF 0 31 5 8 132 4A 45
Octal 353 167 337 0 61 5 10 462 112 105
Binary 11101011 1110111 11011111 0 110001 101 1000 100110010 1001010 1000101

Color Harmonies of #EB77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77DF

Black with #EB77DF

Text Example


Text Example

White with #EB77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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