Html Css Color HEX #EC6DA1 Pale Violet Red

📋 copy color: '#EC6DA1'

red 236 ◦ green 109 ◦ blue 161

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

Shades of Pale Violet Red #EC6DA1

Tints of Pale Violet Red #EC6DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.82%

R = 46.64%
G = 21.54%
B = 31.82%

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

#EC6DA1 (or 0xEC6DA1) is known color: Pale Violet Red. HEX triplet: EC, 6D and A1. RGB value is (236,109,161). Sum of RGB (Red+Green+Blue) = 236+109+161=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6DA1 is #13925E. Grayscale: #989898. Windows color (decimal): -1282655 or 10579436. OLE color: 10579436.

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

Color convert

RGB 236 109 161 -
CMYK 0 0.54 0.32 0.07
HSL 335.43º 0.77% 0.68% -
HSV(B) 335.43º 0.54% 0.93% -
XYZ 46.49 31.34 37.32 -
YUV 152.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 236 109 161 0 0.54 0.32 0.07 335.43 0.77 0.68
Hex EC 6D A1 0 36 20 7 14F 4D 44
Octal 354 155 241 0 66 40 7 517 115 104
Binary 11101100 1101101 10100001 0 110110 100000 111 101001111 1001101 1000100

Color Harmonies of #EC6DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DA1

Black with #EC6DA1

Text Example


Text Example

White with #EC6DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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