Html Css Color HEX #EC6AA2 Pale Violet Red

📋 copy color: '#EC6AA2'

red 236 ◦ green 106 ◦ blue 162

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

Shades of Pale Violet Red #EC6AA2

Tints of Pale Violet Red #EC6AA2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.03%

 BLUE value IS 162 (63.67% from 255) = 32.14%

R = 46.83%
G = 21.03%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC6AA2 (or 0xEC6AA2) is known color: Pale Violet Red. HEX triplet: EC, 6A and A2. RGB value is (236,106,162). Sum of RGB (Red+Green+Blue) = 236+106+162=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AA2 is #13955D. Grayscale: #979797. Windows color (decimal): -1283422 or 10644204. OLE color: 10644204.

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

Color convert

RGB 236 106 162 -
CMYK 0 0.55 0.31 0.07
HSL 334.15º 0.77% 0.67% -
HSV(B) 334.15º 0.55% 0.93% -
XYZ 46.27 30.75 37.68 -
YUV 151.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 236 106 162 0 0.55 0.31 0.07 334.15 0.77 0.67
Hex EC 6A A2 0 37 1F 7 14E 4D 43
Octal 354 152 242 0 67 37 7 516 115 103
Binary 11101100 1101010 10100010 0 110111 11111 111 101001110 1001101 1000011

Color Harmonies of #EC6AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AA2

Black with #EC6AA2

Text Example


Text Example

White with #EC6AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AA2; }

 p { color: rgb(236,106,162); }

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

background-color css

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

 a { background-color: rgb(236,106,162); }

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

border-color css

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

 span { border-color: rgb(236,106,162); }

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