Html Css Color HEX #EC709A Pale Violet Red

📋 copy color: '#EC709A'

red 236 ◦ green 112 ◦ blue 154

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

Shades of Pale Violet Red #EC709A

Tints of Pale Violet Red #EC709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.31%

 BLUE value IS 154 (60.55% from 255) = 30.68%

R = 47.01%
G = 22.31%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC709A (or 0xEC709A) is known color: Pale Violet Red. HEX triplet: EC, 70 and 9A. RGB value is (236,112,154). Sum of RGB (Red+Green+Blue) = 236+112+154=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC709A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC709A is #138F65. Grayscale: #999999. Windows color (decimal): -1281894 or 10121452. OLE color: 10121452.

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

Color convert

RGB 236 112 154 -
CMYK 0 0.53 0.35 0.07
HSL 339.68º 0.77% 0.68% -
HSV(B) 339.68º 0.53% 0.93% -
XYZ 46.22 31.75 34.27 -
YUV 153.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 236 112 154 0 0.53 0.35 0.07 339.68 0.77 0.68
Hex EC 70 9A 0 35 23 7 154 4D 44
Octal 354 160 232 0 65 43 7 524 115 104
Binary 11101100 1110000 10011010 0 110101 100011 111 101010100 1001101 1000100

Color Harmonies of #EC709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC709A

Black with #EC709A

Text Example


Text Example

White with #EC709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC709A; }

 p { color: rgb(236,112,154); }

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

background-color css

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

 a { background-color: rgb(236,112,154); }

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

border-color css

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

 span { border-color: rgb(236,112,154); }

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