Html Css Color HEX #EC8CEC Violet

📋 copy color: '#EC8CEC'

red 236 ◦ green 140 ◦ blue 236

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

Shades of Violet #EC8CEC

Tints of Violet #EC8CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 38.56%
G = 22.88%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC8CEC (or 0xEC8CEC) is known color: Violet. HEX triplet: EC, 8C and EC. RGB value is (236,140,236). Sum of RGB (Red+Green+Blue) = 236+140+236=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC8CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CEC is #137313. Grayscale: #B3B3B3. Windows color (decimal): -1274644 or 15502572. OLE color: 15502572.

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

Color convert

RGB 236 140 236 -
CMYK 0 0.41 0 0.07
HSL 300º 0.72% 0.74% -
HSV(B) 300º 0.41% 0.93% -
XYZ 59.11 42.65 84.47 -
YUV 179.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 236 140 236 0 0.41 0 0.07 300 0.72 0.74
Hex EC 8C EC 0 29 0 7 12C 48 4A
Octal 354 214 354 0 51 0 7 454 110 112
Binary 11101100 10001100 11101100 0 101001 0 111 100101100 1001000 1001010

Color Harmonies of #EC8CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8CEC

Black with #EC8CEC

Text Example


Text Example

White with #EC8CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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