Html Css Color HEX #EC8EED Violet

📋 copy color: '#EC8EED'

red 236 ◦ green 142 ◦ blue 237

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

Shades of Violet #EC8EED

Tints of Violet #EC8EED

RGB

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

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

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

R = 38.37%
G = 23.09%
B = 38.54%

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC8EED (or 0xEC8EED) is known color: Violet. HEX triplet: EC, 8E and ED. RGB value is (236,142,237). Sum of RGB (Red+Green+Blue) = 236+142+237=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC8EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EED is #137112. Grayscale: #B4B4B4. Windows color (decimal): -1274131 or 15568620. OLE color: 15568620.

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

Color convert

RGB 236 142 237 -
CMYK 0.00 0.40 0 0.07
HSL 299.37º 0.73% 0.74% -
HSV(B) 299.37º 0.4% 0.93% -
XYZ 59.55 43.29 85.34 -
YUV 180.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 236 142 237 0.00 0.40 0 0.07 299.37 0.73 0.74
Hex EC 8E ED 0 28 0 7 12B 49 4A
Octal 354 216 355 0 50 0 7 453 111 112
Binary 11101100 10001110 11101101 0 101000 0 111 100101011 1001001 1001010

Color Harmonies of #EC8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8EED

Black with #EC8EED

Text Example


Text Example

White with #EC8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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