Html Css Color HEX #EC8CE8 Violet

📋 copy color: '#EC8CE8'

red 236 ◦ green 140 ◦ blue 232

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

Shades of Violet #EC8CE8

Tints of Violet #EC8CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.16%

R = 38.82%
G = 23.03%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC8CE8 (or 0xEC8CE8) is known color: Violet. HEX triplet: EC, 8C and E8. RGB value is (236,140,232). Sum of RGB (Red+Green+Blue) = 236+140+232=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CE8 is #137317. Grayscale: #B2B2B2. Windows color (decimal): -1274648 or 15240428. OLE color: 15240428.

HSL color Cylindrical-coordinate representation of color #EC8CE8: hue angle of 302.5º degrees, saturation: 0.72, 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 #EC8CE8 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 140 232 -
CMYK 0 0.41 0.02 0.07
HSL 302.5º 0.72% 0.74% -
HSV(B) 302.5º 0.41% 0.93% -
XYZ 58.54 42.42 81.45 -
YUV 179.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 236 140 232 0 0.41 0.02 0.07 302.5 0.72 0.74
Hex EC 8C E8 0 29 2 7 12E 48 4A
Octal 354 214 350 0 51 2 7 456 110 112
Binary 11101100 10001100 11101000 0 101001 10 111 100101110 1001000 1001010

Color Harmonies of #EC8CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CE8

Black with #EC8CE8

Text Example


Text Example

White with #EC8CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CE8; }

 p { color: rgb(236,140,232); }

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

background-color css

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

 a { background-color: rgb(236,140,232); }

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

border-color css

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

 span { border-color: rgb(236,140,232); }

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