Html Css Color HEX #EC8DEB Violet

📋 copy color: '#EC8DEB'

red 236 ◦ green 141 ◦ blue 235

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

Shades of Violet #EC8DEB

Tints of Violet #EC8DEB

RGB

 RED value IS 236 (92.58% from 255) = 38.56%

 GREEN value IS 141 (55.47% from 255) = 23.04%

 BLUE value IS 235 (92.19% from 255) = 38.4%

R = 38.56%
G = 23.04%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC8DEB (or 0xEC8DEB) is known color: Violet. HEX triplet: EC, 8D and EB. RGB value is (236,141,235). Sum of RGB (Red+Green+Blue) = 236+141+235=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DEB is #137214. Grayscale: #B3B3B3. Windows color (decimal): -1274389 or 15437292. OLE color: 15437292.

HSL color Cylindrical-coordinate representation of color #EC8DEB: hue angle of 300.63º degrees, saturation: 0.71, 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 #EC8DEB is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 235 -
CMYK 0 0.40 0.00 0.07
HSL 300.63º 0.71% 0.74% -
HSV(B) 300.63º 0.4% 0.93% -
XYZ 59.11 42.88 83.76 -
YUV 180.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 236 141 235 0 0.40 0.00 0.07 300.63 0.71 0.74
Hex EC 8D EB 0 28 0 7 12D 47 4A
Octal 354 215 353 0 50 0 7 455 107 112
Binary 11101100 10001101 11101011 0 101000 0 111 100101101 1000111 1001010

Color Harmonies of #EC8DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DEB

Black with #EC8DEB

Text Example


Text Example

White with #EC8DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DEB; }

 p { color: rgb(236,141,235); }

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

background-color css

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

 a { background-color: rgb(236,141,235); }

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

border-color css

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

 span { border-color: rgb(236,141,235); }

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