Html Css Color HEX #EC699D Pale Violet Red

📋 copy color: '#EC699D'

red 236 ◦ green 105 ◦ blue 157

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

Shades of Pale Violet Red #EC699D

Tints of Pale Violet Red #EC699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.08%

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

R = 47.39%
G = 21.08%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC699D (or 0xEC699D) is known color: Pale Violet Red. HEX triplet: EC, 69 and 9D. RGB value is (236,105,157). Sum of RGB (Red+Green+Blue) = 236+105+157=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC699D is #139662. Grayscale: #969696. Windows color (decimal): -1283683 or 10316268. OLE color: 10316268.

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

Color convert

RGB 236 105 157 -
CMYK 0 0.56 0.33 0.07
HSL 336.18º 0.78% 0.67% -
HSV(B) 336.18º 0.56% 0.93% -
XYZ 45.73 30.37 35.35 -
YUV 150.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 236 105 157 0 0.56 0.33 0.07 336.18 0.78 0.67
Hex EC 69 9D 0 38 21 7 150 4E 43
Octal 354 151 235 0 70 41 7 520 116 103
Binary 11101100 1101001 10011101 0 111000 100001 111 101010000 1001110 1000011

Color Harmonies of #EC699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC699D

Black with #EC699D

Text Example


Text Example

White with #EC699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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