Html Css Color HEX #EB8EED Violet

📋 copy color: '#EB8EED'

red 235 ◦ green 142 ◦ blue 237

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

Shades of Violet #EB8EED

Tints of Violet #EB8EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.13%

 BLUE value IS 237 (92.97% from 255) = 38.6%

R = 38.27%
G = 23.13%
B = 38.6%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB8EED (or 0xEB8EED) is known color: Violet. HEX triplet: EB, 8E and ED. RGB value is (235,142,237). Sum of RGB (Red+Green+Blue) = 235+142+237=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB8EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8EED is #147112. Grayscale: #B4B4B4. Windows color (decimal): -1339667 or 15568619. OLE color: 15568619.

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

Color convert

RGB 235 142 237 -
CMYK 0.01 0.40 0 0.07
HSL 298.74º 0.73% 0.74% -
HSV(B) 298.74º 0.4% 0.93% -
XYZ 59.22 43.12 85.32 -
YUV 180.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 235 142 237 0.01 0.40 0 0.07 298.74 0.73 0.74
Hex EB 8E ED 1 28 0 7 12B 49 4A
Octal 353 216 355 1 50 0 7 453 111 112
Binary 11101011 10001110 11101101 1 101000 0 111 100101011 1001001 1001010

Color Harmonies of #EB8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8EED

Black with #EB8EED

Text Example


Text Example

White with #EB8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8EED; }

 p { color: rgb(235,142,237); }

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

background-color css

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

 a { background-color: rgb(235,142,237); }

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

border-color css

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

 span { border-color: rgb(235,142,237); }

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