Html Css Color HEX #EC8AEB Violet

📋 copy color: '#EC8AEB'

red 236 ◦ green 138 ◦ blue 235

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

Shades of Violet #EC8AEB

Tints of Violet #EC8AEB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.66%

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

R = 38.75%
G = 22.66%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC8AEB (or 0xEC8AEB) is known color: Violet. HEX triplet: EC, 8A and EB. RGB value is (236,138,235). Sum of RGB (Red+Green+Blue) = 236+138+235=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AEB is #137514. Grayscale: #B2B2B2. Windows color (decimal): -1275157 or 15436524. OLE color: 15436524.

HSL color Cylindrical-coordinate representation of color #EC8AEB: hue angle of 300.61º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8AEB is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 138 235 -
CMYK 0 0.42 0.00 0.07
HSL 300.61º 0.72% 0.73% -
HSV(B) 300.61º 0.42% 0.93% -
XYZ 58.68 42.01 83.61 -
YUV 178.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 236 138 235 0 0.42 0.00 0.07 300.61 0.72 0.73
Hex EC 8A EB 0 2A 0 7 12D 48 49
Octal 354 212 353 0 52 0 7 455 110 111
Binary 11101100 10001010 11101011 0 101010 0 111 100101101 1001000 1001001

Color Harmonies of #EC8AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8AEB

Black with #EC8AEB

Text Example


Text Example

White with #EC8AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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