Html Css Color HEX #EB76F2 Violet

📋 copy color: '#EB76F2'

red 235 ◦ green 118 ◦ blue 242

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

Shades of Violet #EB76F2

Tints of Violet #EB76F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.83%

 BLUE value IS 242 (94.92% from 255) = 40.67%

R = 39.5%
G = 19.83%
B = 40.67%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB76F2 (or 0xEB76F2) is known color: Violet. HEX triplet: EB, 76 and F2. RGB value is (235,118,242). Sum of RGB (Red+Green+Blue) = 235+118+242=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB76F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB76F2 is #14890D. Grayscale: #A6A6A6. Windows color (decimal): -1345806 or 15890155. OLE color: 15890155.

HSL color Cylindrical-coordinate representation of color #EB76F2: hue angle of 296.61º degrees, saturation: 0.83, 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 #EB76F2 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 118 242 -
CMYK 0.03 0.51 0 0.05
HSL 296.61º 0.83% 0.71% -
HSV(B) 296.61º 0.51% 0.95% -
XYZ 56.77 37.03 88.16 -
YUV 167.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 235 118 242 0.03 0.51 0 0.05 296.61 0.83 0.71
Hex EB 76 F2 3 33 0 5 129 53 47
Octal 353 166 362 3 63 0 5 451 123 107
Binary 11101011 1110110 11110010 11 110011 0 101 100101001 1010011 1000111

Color Harmonies of #EB76F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76F2

Black with #EB76F2

Text Example


Text Example

White with #EB76F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76F2; }

 p { color: rgb(235,118,242); }

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

background-color css

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

 a { background-color: rgb(235,118,242); }

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

border-color css

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

 span { border-color: rgb(235,118,242); }

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