Html Css Color HEX #EB8CE5 Violet

📋 copy color: '#EB8CE5'

red 235 ◦ green 140 ◦ blue 229

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

Shades of Violet #EB8CE5

Tints of Violet #EB8CE5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.18%

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 38.91%
G = 23.18%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB8CE5 (or 0xEB8CE5) is known color: Violet. HEX triplet: EB, 8C and E5. RGB value is (235,140,229). Sum of RGB (Red+Green+Blue) = 235+140+229=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CE5 is #14731A. Grayscale: #B2B2B2. Windows color (decimal): -1340187 or 15043819. OLE color: 15043819.

HSL color Cylindrical-coordinate representation of color #EB8CE5: hue angle of 303.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CE5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 229 -
CMYK 0 0.40 0.03 0.08
HSL 303.79º 0.7% 0.74% -
HSV(B) 303.79º 0.4% 0.92% -
XYZ 57.78 42.08 79.2 -
YUV 178.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 235 140 229 0 0.40 0.03 0.08 303.79 0.7 0.74
Hex EB 8C E5 0 28 3 8 130 46 4A
Octal 353 214 345 0 50 3 10 460 106 112
Binary 11101011 10001100 11100101 0 101000 11 1000 100110000 1000110 1001010

Color Harmonies of #EB8CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8CE5

Black with #EB8CE5

Text Example


Text Example

White with #EB8CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8CE5; }

 p { color: rgb(235,140,229); }

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

background-color css

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

 a { background-color: rgb(235,140,229); }

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

border-color css

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

 span { border-color: rgb(235,140,229); }

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