Html Css Color HEX #EC6D9E Pale Violet Red

📋 copy color: '#EC6D9E'

red 236 ◦ green 109 ◦ blue 158

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

Shades of Pale Violet Red #EC6D9E

Tints of Pale Violet Red #EC6D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 46.92%
G = 21.67%
B = 31.41%

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

#EC6D9E (or 0xEC6D9E) is known color: Pale Violet Red. HEX triplet: EC, 6D and 9E. RGB value is (236,109,158). Sum of RGB (Red+Green+Blue) = 236+109+158=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D9E is #139261. Grayscale: #989898. Windows color (decimal): -1282658 or 10382828. OLE color: 10382828.

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

Color convert

RGB 236 109 158 -
CMYK 0 0.54 0.33 0.07
HSL 336.85º 0.77% 0.68% -
HSV(B) 336.85º 0.54% 0.93% -
XYZ 46.23 31.24 35.94 -
YUV 152.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 236 109 158 0 0.54 0.33 0.07 336.85 0.77 0.68
Hex EC 6D 9E 0 36 21 7 151 4D 44
Octal 354 155 236 0 66 41 7 521 115 104
Binary 11101100 1101101 10011110 0 110110 100001 111 101010001 1001101 1000100

Color Harmonies of #EC6D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D9E

Black with #EC6D9E

Text Example


Text Example

White with #EC6D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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