Html Css Color HEX #EC699E Pale Violet Red

📋 copy color: '#EC699E'

red 236 ◦ green 105 ◦ blue 158

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

Shades of Pale Violet Red #EC699E

Tints of Pale Violet Red #EC699E

RGB

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

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

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

R = 47.29%
G = 21.04%
B = 31.66%

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

#EC699E (or 0xEC699E) is known color: Pale Violet Red. HEX triplet: EC, 69 and 9E. RGB value is (236,105,158). Sum of RGB (Red+Green+Blue) = 236+105+158=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC699E is #139661. Grayscale: #969696. Windows color (decimal): -1283682 or 10381804. OLE color: 10381804.

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

Color convert

RGB 236 105 158 -
CMYK 0 0.56 0.33 0.07
HSL 335.73º 0.78% 0.67% -
HSV(B) 335.73º 0.56% 0.93% -
XYZ 45.82 30.4 35.8 -
YUV 150.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 236 105 158 0 0.56 0.33 0.07 335.73 0.78 0.67
Hex EC 69 9E 0 38 21 7 150 4E 43
Octal 354 151 236 0 70 41 7 520 116 103
Binary 11101100 1101001 10011110 0 111000 100001 111 101010000 1001110 1000011

Color Harmonies of #EC699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC699E

Black with #EC699E

Text Example


Text Example

White with #EC699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC699E; }

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

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

background-color css

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

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

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

border-color css

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

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

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