Html Css Color HEX #EC6D9D Pale Violet Red

📋 copy color: '#EC6D9D'

red 236 ◦ green 109 ◦ blue 157

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

Shades of Pale Violet Red #EC6D9D

Tints of Pale Violet Red #EC6D9D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

 BLUE value IS 157 (61.72% from 255) = 31.27%

R = 47.01%
G = 21.71%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC6D9D (or 0xEC6D9D) is known color: Pale Violet Red. HEX triplet: EC, 6D and 9D. RGB value is (236,109,157). Sum of RGB (Red+Green+Blue) = 236+109+157=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D9D is #139262. Grayscale: #989898. Windows color (decimal): -1282659 or 10317292. OLE color: 10317292.

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

Color convert

RGB 236 109 157 -
CMYK 0 0.54 0.33 0.07
HSL 337.32º 0.77% 0.68% -
HSV(B) 337.32º 0.54% 0.93% -
XYZ 46.15 31.2 35.49 -
YUV 152.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 236 109 157 0 0.54 0.33 0.07 337.32 0.77 0.68
Hex EC 6D 9D 0 36 21 7 151 4D 44
Octal 354 155 235 0 66 41 7 521 115 104
Binary 11101100 1101101 10011101 0 110110 100001 111 101010001 1001101 1000100

Color Harmonies of #EC6D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D9D

Black with #EC6D9D

Text Example


Text Example

White with #EC6D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D9D; }

 p { color: rgb(236,109,157); }

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

background-color css

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

 a { background-color: rgb(236,109,157); }

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

border-color css

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

 span { border-color: rgb(236,109,157); }

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