Html Css Color HEX #EC6DA0 Pale Violet Red

📋 copy color: '#EC6DA0'

red 236 ◦ green 109 ◦ blue 160

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

Shades of Pale Violet Red #EC6DA0

Tints of Pale Violet Red #EC6DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 160 (62.89% from 255) = 31.68%

R = 46.73%
G = 21.58%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC6DA0 (or 0xEC6DA0) is known color: Pale Violet Red. HEX triplet: EC, 6D and A0. RGB value is (236,109,160). Sum of RGB (Red+Green+Blue) = 236+109+160=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6DA0 is #13925F. Grayscale: #989898. Windows color (decimal): -1282656 or 10513900. OLE color: 10513900.

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

Color convert

RGB 236 109 160 -
CMYK 0 0.54 0.32 0.07
HSL 335.91º 0.77% 0.68% -
HSV(B) 335.91º 0.54% 0.93% -
XYZ 46.41 31.31 36.85 -
YUV 152.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 236 109 160 0 0.54 0.32 0.07 335.91 0.77 0.68
Hex EC 6D A0 0 36 20 7 150 4D 44
Octal 354 155 240 0 66 40 7 520 115 104
Binary 11101100 1101101 10100000 0 110110 100000 111 101010000 1001101 1000100

Color Harmonies of #EC6DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DA0

Black with #EC6DA0

Text Example


Text Example

White with #EC6DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DA0; }

 p { color: rgb(236,109,160); }

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

background-color css

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

 a { background-color: rgb(236,109,160); }

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

border-color css

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

 span { border-color: rgb(236,109,160); }

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