Html Css Color HEX #EC6FA4 Pale Violet Red

📋 copy color: '#EC6FA4'

red 236 ◦ green 111 ◦ blue 164

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

Shades of Pale Violet Red #EC6FA4

Tints of Pale Violet Red #EC6FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.09%

R = 46.18%
G = 21.72%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC6FA4 (or 0xEC6FA4) is known color: Pale Violet Red. HEX triplet: EC, 6F and A4. RGB value is (236,111,164). Sum of RGB (Red+Green+Blue) = 236+111+164=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6FA4 is #13905B. Grayscale: #9A9A9A. Windows color (decimal): -1282140 or 10776556. OLE color: 10776556.

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

Color convert

RGB 236 111 164 -
CMYK 0 0.53 0.31 0.07
HSL 334.56º 0.77% 0.68% -
HSV(B) 334.56º 0.53% 0.93% -
XYZ 46.98 31.88 38.8 -
YUV 154.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 236 111 164 0 0.53 0.31 0.07 334.56 0.77 0.68
Hex EC 6F A4 0 35 1F 7 14F 4D 44
Octal 354 157 244 0 65 37 7 517 115 104
Binary 11101100 1101111 10100100 0 110101 11111 111 101001111 1001101 1000100

Color Harmonies of #EC6FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FA4

Black with #EC6FA4

Text Example


Text Example

White with #EC6FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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