Html Css Color HEX #EC6496 Pale Violet Red

📋 copy color: '#EC6496'

red 236 ◦ green 100 ◦ blue 150

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

Shades of Pale Violet Red #EC6496

Tints of Pale Violet Red #EC6496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

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

R = 48.56%
G = 20.58%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC6496 (or 0xEC6496) is known color: Pale Violet Red. HEX triplet: EC, 64 and 96. RGB value is (236,100,150). Sum of RGB (Red+Green+Blue) = 236+100+150=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6496 is #139B69. Grayscale: #929292. Windows color (decimal): -1284970 or 9856236. OLE color: 9856236.

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

Color convert

RGB 236 100 150 -
CMYK 0 0.58 0.36 0.07
HSL 337.94º 0.78% 0.66% -
HSV(B) 337.94º 0.58% 0.93% -
XYZ 44.65 29.15 32.13 -
YUV 146.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 236 100 150 0 0.58 0.36 0.07 337.94 0.78 0.66
Hex EC 64 96 0 3A 24 7 152 4E 42
Octal 354 144 226 0 72 44 7 522 116 102
Binary 11101100 1100100 10010110 0 111010 100100 111 101010010 1001110 1000010

Color Harmonies of #EC6496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6496

Black with #EC6496

Text Example


Text Example

White with #EC6496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6496; }

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

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

background-color css

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

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

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

border-color css

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

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

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