Html Css Color HEX #EC6BA2 Pale Violet Red

📋 copy color: '#EC6BA2'

red 236 ◦ green 107 ◦ blue 162

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

Shades of Pale Violet Red #EC6BA2

Tints of Pale Violet Red #EC6BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.19%

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

R = 46.73%
G = 21.19%
B = 32.08%

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

#EC6BA2 (or 0xEC6BA2) is known color: Pale Violet Red. HEX triplet: EC, 6B and A2. RGB value is (236,107,162). Sum of RGB (Red+Green+Blue) = 236+107+162=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BA2 is #13945D. Grayscale: #979797. Windows color (decimal): -1283166 or 10644460. OLE color: 10644460.

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

Color convert

RGB 236 107 162 -
CMYK 0 0.55 0.31 0.07
HSL 334.42º 0.77% 0.67% -
HSV(B) 334.42º 0.55% 0.93% -
XYZ 46.37 30.96 37.71 -
YUV 151.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 236 107 162 0 0.55 0.31 0.07 334.42 0.77 0.67
Hex EC 6B A2 0 37 1F 7 14E 4D 43
Octal 354 153 242 0 67 37 7 516 115 103
Binary 11101100 1101011 10100010 0 110111 11111 111 101001110 1001101 1000011

Color Harmonies of #EC6BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6BA2

Black with #EC6BA2

Text Example


Text Example

White with #EC6BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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