Html Css Color HEX #EC8CE5 Violet

📋 copy color: '#EC8CE5'

red 236 ◦ green 140 ◦ blue 229

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

Shades of Violet #EC8CE5

Tints of Violet #EC8CE5

RGB

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

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

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

R = 39.01%
G = 23.14%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC8CE5 (or 0xEC8CE5) is known color: Violet. HEX triplet: EC, 8C and E5. RGB value is (236,140,229). Sum of RGB (Red+Green+Blue) = 236+140+229=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CE5 is #13731A. Grayscale: #B2B2B2. Windows color (decimal): -1274651 or 15043820. OLE color: 15043820.

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

Color convert

RGB 236 140 229 -
CMYK 0 0.41 0.03 0.07
HSL 304.38º 0.72% 0.74% -
HSV(B) 304.38º 0.41% 0.93% -
XYZ 58.11 42.25 79.22 -
YUV 178.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 236 140 229 0 0.41 0.03 0.07 304.38 0.72 0.74
Hex EC 8C E5 0 29 3 7 130 48 4A
Octal 354 214 345 0 51 3 7 460 110 112
Binary 11101100 10001100 11100101 0 101001 11 111 100110000 1001000 1001010

Color Harmonies of #EC8CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CE5

Black with #EC8CE5

Text Example


Text Example

White with #EC8CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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