Html Css Color HEX #EC6CA2 Pale Violet Red

📋 copy color: '#EC6CA2'

red 236 ◦ green 108 ◦ blue 162

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

Shades of Pale Violet Red #EC6CA2

Tints of Pale Violet Red #EC6CA2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

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

R = 46.64%
G = 21.34%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC6CA2 (or 0xEC6CA2) is known color: Pale Violet Red. HEX triplet: EC, 6C and A2. RGB value is (236,108,162). Sum of RGB (Red+Green+Blue) = 236+108+162=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6CA2 is #13935D. Grayscale: #989898. Windows color (decimal): -1282910 or 10644716. OLE color: 10644716.

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

Color convert

RGB 236 108 162 -
CMYK 0 0.54 0.31 0.07
HSL 334.69º 0.77% 0.67% -
HSV(B) 334.69º 0.54% 0.93% -
XYZ 46.48 31.17 37.75 -
YUV 152.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 236 108 162 0 0.54 0.31 0.07 334.69 0.77 0.67
Hex EC 6C A2 0 36 1F 7 14F 4D 43
Octal 354 154 242 0 66 37 7 517 115 103
Binary 11101100 1101100 10100010 0 110110 11111 111 101001111 1001101 1000011

Color Harmonies of #EC6CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6CA2

Black with #EC6CA2

Text Example


Text Example

White with #EC6CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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