Html Css Color HEX #EC6497 Pale Violet Red

📋 copy color: '#EC6497'

red 236 ◦ green 100 ◦ blue 151

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

Shades of Pale Violet Red #EC6497

Tints of Pale Violet Red #EC6497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 48.46%
G = 20.53%
B = 31.01%

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

#EC6497 (or 0xEC6497) is known color: Pale Violet Red. HEX triplet: EC, 64 and 97. RGB value is (236,100,151). Sum of RGB (Red+Green+Blue) = 236+100+151=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6497 is #139B68. Grayscale: #929292. Windows color (decimal): -1284969 or 9921772. OLE color: 9921772.

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

Color convert

RGB 236 100 151 -
CMYK 0 0.58 0.36 0.07
HSL 337.5º 0.78% 0.66% -
HSV(B) 337.5º 0.58% 0.93% -
XYZ 44.74 29.18 32.55 -
YUV 146.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 236 100 151 0 0.58 0.36 0.07 337.5 0.78 0.66
Hex EC 64 97 0 3A 24 7 152 4E 42
Octal 354 144 227 0 72 44 7 522 116 102
Binary 11101100 1100100 10010111 0 111010 100100 111 101010010 1001110 1000010

Color Harmonies of #EC6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6497

Black with #EC6497

Text Example


Text Example

White with #EC6497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6497; }

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

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

background-color css

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

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

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

border-color css

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

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

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