Html Css Color HEX #EC8EE5 Violet

📋 copy color: '#EC8EE5'

red 236 ◦ green 142 ◦ blue 229

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

Shades of Violet #EC8EE5

Tints of Violet #EC8EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.73%

R = 38.88%
G = 23.39%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC8EE5 (or 0xEC8EE5) is known color: Violet. HEX triplet: EC, 8E and E5. RGB value is (236,142,229). Sum of RGB (Red+Green+Blue) = 236+142+229=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8EE5 is #13711A. Grayscale: #B3B3B3. Windows color (decimal): -1274139 or 15044332. OLE color: 15044332.

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

Color convert

RGB 236 142 229 -
CMYK 0 0.40 0.03 0.07
HSL 304.47º 0.71% 0.74% -
HSV(B) 304.47º 0.4% 0.93% -
XYZ 58.41 42.84 79.32 -
YUV 180.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 236 142 229 0 0.40 0.03 0.07 304.47 0.71 0.74
Hex EC 8E E5 0 28 3 7 130 47 4A
Octal 354 216 345 0 50 3 7 460 107 112
Binary 11101100 10001110 11100101 0 101000 11 111 100110000 1000111 1001010

Color Harmonies of #EC8EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8EE5

Black with #EC8EE5

Text Example


Text Example

White with #EC8EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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