Html Css Color HEX #EC6BA3 Pale Violet Red

📋 copy color: '#EC6BA3'

red 236 ◦ green 107 ◦ blue 163

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

Shades of Pale Violet Red #EC6BA3

Tints of Pale Violet Red #EC6BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.21%

R = 46.64%
G = 21.15%
B = 32.21%

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

#EC6BA3 (or 0xEC6BA3) is known color: Pale Violet Red. HEX triplet: EC, 6B and A3. RGB value is (236,107,163). Sum of RGB (Red+Green+Blue) = 236+107+163=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BA3 is #13945C. Grayscale: #979797. Windows color (decimal): -1283165 or 10709996. OLE color: 10709996.

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

Color convert

RGB 236 107 163 -
CMYK 0 0.55 0.31 0.07
HSL 333.95º 0.77% 0.67% -
HSV(B) 333.95º 0.55% 0.93% -
XYZ 46.46 30.99 38.18 -
YUV 151.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 236 107 163 0 0.55 0.31 0.07 333.95 0.77 0.67
Hex EC 6B A3 0 37 1F 7 14E 4D 43
Octal 354 153 243 0 67 37 7 516 115 103
Binary 11101100 1101011 10100011 0 110111 11111 111 101001110 1001101 1000011

Color Harmonies of #EC6BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6BA3

Black with #EC6BA3

Text Example


Text Example

White with #EC6BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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