#EC6C9E

Color #EC6C9E Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #EC6C9E

Tints of Pale Violet Red #EC6C9E

Color information

#EC6C9E (or 0xEC6C9E) is unknown color: approx Pale Violet Red. HEX triplet: EC, 6C and 9E. RGB value is (236,108,158). Sum of RGB (Red+Green+Blue) = 236+108+158=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6C9E is #139361. Grayscale: #979797. Windows color (decimal): -1282914 or 10382572. OLE color: 10382572.

HSL color Cylindrical-coordinate representation of color #EC6C9E: hue angle of 336.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6C9E is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236108158-
CMYK00.540.330.07
HSL336.56º77.11%67.45%-
HSV(B)336.56º54.24%92.55%-
XYZ46.1331.0335.91-
YUV151.97131.41187.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.01%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=47.01%
G=21.51%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610815800.540.330.07336.5677.1167.45
HexEC6C9E0362171514d43
Octal354154236066417521115103
Binary11101100110110010011110011011010000111110101000110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6C9E; }

 p { color: rgb(236,108,158); }

 H1.HeaderClassName
 {
   color: #EC6C9E;
 }
 .AnyTagClassName
 {
   color: #EC6C9E;
 }
</style>
background-color css

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

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

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

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

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

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