Html Css Color HEX #EC6FA1 Pale Violet Red

📋 copy color: '#EC6FA1'

red 236 ◦ green 111 ◦ blue 161

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

Shades of Pale Violet Red #EC6FA1

Tints of Pale Violet Red #EC6FA1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.85%

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

R = 46.46%
G = 21.85%
B = 31.69%

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

#EC6FA1 (or 0xEC6FA1) is known color: Pale Violet Red. HEX triplet: EC, 6F and A1. RGB value is (236,111,161). Sum of RGB (Red+Green+Blue) = 236+111+161=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6FA1 is #13905E. Grayscale: #9A9A9A. Windows color (decimal): -1282143 or 10579948. OLE color: 10579948.

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

Color convert

RGB 236 111 161 -
CMYK 0 0.53 0.32 0.07
HSL 336º 0.77% 0.68% -
HSV(B) 336º 0.53% 0.93% -
XYZ 46.71 31.77 37.39 -
YUV 154.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 236 111 161 0 0.53 0.32 0.07 336 0.77 0.68
Hex EC 6F A1 0 35 20 7 150 4D 44
Octal 354 157 241 0 65 40 7 520 115 104
Binary 11101100 1101111 10100001 0 110101 100000 111 101010000 1001101 1000100

Color Harmonies of #EC6FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FA1

Black with #EC6FA1

Text Example


Text Example

White with #EC6FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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