Html Css Color HEX #EB8CEE Violet

📋 copy color: '#EB8CEE'

red 235 ◦ green 140 ◦ blue 238

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

Shades of Violet #EB8CEE

Tints of Violet #EB8CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 38.34%
G = 22.84%
B = 38.83%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB8CEE (or 0xEB8CEE) is known color: Violet. HEX triplet: EB, 8C and EE. RGB value is (235,140,238). Sum of RGB (Red+Green+Blue) = 235+140+238=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB8CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8CEE is #147311. Grayscale: #B3B3B3. Windows color (decimal): -1340178 or 15633643. OLE color: 15633643.

HSL color Cylindrical-coordinate representation of color #EB8CEE: hue angle of 298.16º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8CEE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 140 238 -
CMYK 0.01 0.41 0 0.07
HSL 298.16º 0.74% 0.74% -
HSV(B) 298.16º 0.41% 0.93% -
XYZ 59.07 42.59 86 -
YUV 179.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 235 140 238 0.01 0.41 0 0.07 298.16 0.74 0.74
Hex EB 8C EE 1 29 0 7 12A 4A 4A
Octal 353 214 356 1 51 0 7 452 112 112
Binary 11101011 10001100 11101110 1 101001 0 111 100101010 1001010 1001010

Color Harmonies of #EB8CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8CEE

Black with #EB8CEE

Text Example


Text Example

White with #EB8CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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