Html Css Color HEX #EC649A Pale Violet Red

📋 copy color: '#EC649A'

red 236 ◦ green 100 ◦ blue 154

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

Shades of Pale Violet Red #EC649A

Tints of Pale Violet Red #EC649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 48.16%
G = 20.41%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC649A (or 0xEC649A) is known color: Pale Violet Red. HEX triplet: EC, 64 and 9A. RGB value is (236,100,154). Sum of RGB (Red+Green+Blue) = 236+100+154=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC649A is #139B65. Grayscale: #929292. Windows color (decimal): -1284966 or 10118380. OLE color: 10118380.

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

Color convert

RGB 236 100 154 -
CMYK 0 0.58 0.35 0.07
HSL 336.18º 0.78% 0.66% -
HSV(B) 336.18º 0.58% 0.93% -
XYZ 44.98 29.28 33.85 -
YUV 146.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 236 100 154 0 0.58 0.35 0.07 336.18 0.78 0.66
Hex EC 64 9A 0 3A 23 7 150 4E 42
Octal 354 144 232 0 72 43 7 520 116 102
Binary 11101100 1100100 10011010 0 111010 100011 111 101010000 1001110 1000010

Color Harmonies of #EC649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC649A

Black with #EC649A

Text Example


Text Example

White with #EC649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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