Html Css Color HEX #EC699B Pale Violet Red

📋 copy color: '#EC699B'

red 236 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #EC699B

Tints of Pale Violet Red #EC699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.25%

R = 47.58%
G = 21.17%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC699B (or 0xEC699B) is known color: Pale Violet Red. HEX triplet: EC, 69 and 9B. RGB value is (236,105,155). Sum of RGB (Red+Green+Blue) = 236+105+155=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC699B is #139664. Grayscale: #959595. Windows color (decimal): -1283685 or 10185196. OLE color: 10185196.

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

Color convert

RGB 236 105 155 -
CMYK 0 0.56 0.34 0.07
HSL 337.1º 0.78% 0.67% -
HSV(B) 337.1º 0.56% 0.93% -
XYZ 45.56 30.3 34.46 -
YUV 149.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 236 105 155 0 0.56 0.34 0.07 337.1 0.78 0.67
Hex EC 69 9B 0 38 22 7 151 4E 43
Octal 354 151 233 0 70 42 7 521 116 103
Binary 11101100 1101001 10011011 0 111000 100010 111 101010001 1001110 1000011

Color Harmonies of #EC699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC699B

Black with #EC699B

Text Example


Text Example

White with #EC699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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