Html Css Color HEX #EB77F1 Violet

📋 copy color: '#EB77F1'

red 235 ◦ green 119 ◦ blue 241

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

Shades of Violet #EB77F1

Tints of Violet #EB77F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.5%

R = 39.5%
G = 20%
B = 40.5%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB77F1 (or 0xEB77F1) is known color: Violet. HEX triplet: EB, 77 and F1. RGB value is (235,119,241). Sum of RGB (Red+Green+Blue) = 235+119+241=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 119 (46.88% from 255 or 20% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB77F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB77F1 is #14880E. Grayscale: #A7A7A7. Windows color (decimal): -1345551 or 15824875. OLE color: 15824875.

HSL color Cylindrical-coordinate representation of color #EB77F1: hue angle of 297.05º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB77F1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 119 241 -
CMYK 0.02 0.51 0 0.05
HSL 297.05º 0.81% 0.71% -
HSV(B) 297.05º 0.51% 0.95% -
XYZ 56.73 37.21 87.41 -
YUV 167.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 235 119 241 0.02 0.51 0 0.05 297.05 0.81 0.71
Hex EB 77 F1 2 33 0 5 129 51 47
Octal 353 167 361 2 63 0 5 451 121 107
Binary 11101011 1110111 11110001 10 110011 0 101 100101001 1010001 1000111

Color Harmonies of #EB77F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77F1

Black with #EB77F1

Text Example


Text Example

White with #EB77F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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