Html Css Color HEX #EB95E8 Violet

📋 copy color: '#EB95E8'

red 235 ◦ green 149 ◦ blue 232

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

Shades of Violet #EB95E8

Tints of Violet #EB95E8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.19%

 BLUE value IS 232 (91.02% from 255) = 37.66%

R = 38.15%
G = 24.19%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EB95E8 (or 0xEB95E8) is known color: Violet. HEX triplet: EB, 95 and E8. RGB value is (235,149,232). Sum of RGB (Red+Green+Blue) = 235+149+232=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB95E8 is #146A17. Grayscale: #B7B7B7. Windows color (decimal): -1337880 or 15242731. OLE color: 15242731.

HSL color Cylindrical-coordinate representation of color #EB95E8: hue angle of 302.09º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB95E8 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 149 232 -
CMYK 0 0.37 0.01 0.08
HSL 302.09º 0.68% 0.75% -
HSV(B) 302.09º 0.37% 0.92% -
XYZ 59.57 44.98 81.89 -
YUV 184.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 235 149 232 0 0.37 0.01 0.08 302.09 0.68 0.75
Hex EB 95 E8 0 25 1 8 12E 44 4B
Octal 353 225 350 0 45 1 10 456 104 113
Binary 11101011 10010101 11101000 0 100101 1 1000 100101110 1000100 1001011

Color Harmonies of #EB95E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB95E8

Black with #EB95E8

Text Example


Text Example

White with #EB95E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB95E8; }

 p { color: rgb(235,149,232); }

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

background-color css

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

 a { background-color: rgb(235,149,232); }

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

border-color css

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

 span { border-color: rgb(235,149,232); }

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