Html Css Color HEX #EC6096 Pale Violet Red

📋 copy color: '#EC6096'

red 236 ◦ green 96 ◦ blue 150

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

Shades of Pale Violet Red #EC6096

Tints of Pale Violet Red #EC6096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.92%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 48.96%
G = 19.92%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC6096 (or 0xEC6096) is known color: Pale Violet Red. HEX triplet: EC, 60 and 96. RGB value is (236,96,150). Sum of RGB (Red+Green+Blue) = 236+96+150=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6096 is #139F69. Grayscale: #8F8F8F. Windows color (decimal): -1285994 or 9855212. OLE color: 9855212.

HSL color Cylindrical-coordinate representation of color #EC6096: hue angle of 336.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6096 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 150 -
CMYK 0 0.59 0.36 0.07
HSL 336.86º 0.79% 0.65% -
HSV(B) 336.86º 0.59% 0.93% -
XYZ 44.28 28.4 32 -
YUV 144.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 236 96 150 0 0.59 0.36 0.07 336.86 0.79 0.65
Hex EC 60 96 0 3B 24 7 151 4F 41
Octal 354 140 226 0 73 44 7 521 117 101
Binary 11101100 1100000 10010110 0 111011 100100 111 101010001 1001111 1000001

Color Harmonies of #EC6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6096

Black with #EC6096

Text Example


Text Example

White with #EC6096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6096; }

 p { color: rgb(236,96,150); }

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

background-color css

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

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

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

border-color css

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

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

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