Html Css Color HEX #EC6EA1 Pale Violet Red

📋 copy color: '#EC6EA1'

red 236 ◦ green 110 ◦ blue 161

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

Shades of Pale Violet Red #EC6EA1

Tints of Pale Violet Red #EC6EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.7%

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

R = 46.55%
G = 21.7%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC6EA1 (or 0xEC6EA1) is known color: Pale Violet Red. HEX triplet: EC, 6E and A1. RGB value is (236,110,161). Sum of RGB (Red+Green+Blue) = 236+110+161=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6EA1 is #13915E. Grayscale: #999999. Windows color (decimal): -1282399 or 10579692. OLE color: 10579692.

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

Color convert

RGB 236 110 161 -
CMYK 0 0.53 0.32 0.07
HSL 335.71º 0.77% 0.68% -
HSV(B) 335.71º 0.53% 0.93% -
XYZ 46.6 31.56 37.35 -
YUV 153.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 236 110 161 0 0.53 0.32 0.07 335.71 0.77 0.68
Hex EC 6E A1 0 35 20 7 150 4D 44
Octal 354 156 241 0 65 40 7 520 115 104
Binary 11101100 1101110 10100001 0 110101 100000 111 101010000 1001101 1000100

Color Harmonies of #EC6EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6EA1

Black with #EC6EA1

Text Example


Text Example

White with #EC6EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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