Html Css Color HEX #EC699A Pale Violet Red

📋 copy color: '#EC699A'

red 236 ◦ green 105 ◦ blue 154

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

Shades of Pale Violet Red #EC699A

Tints of Pale Violet Red #EC699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 47.68%
G = 21.21%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC699A (or 0xEC699A) is known color: Pale Violet Red. HEX triplet: EC, 69 and 9A. RGB value is (236,105,154). Sum of RGB (Red+Green+Blue) = 236+105+154=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC699A is #139665. Grayscale: #959595. Windows color (decimal): -1283686 or 10119660. OLE color: 10119660.

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

Color convert

RGB 236 105 154 -
CMYK 0 0.56 0.35 0.07
HSL 337.56º 0.78% 0.67% -
HSV(B) 337.56º 0.56% 0.93% -
XYZ 45.48 30.27 34.02 -
YUV 149.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 236 105 154 0 0.56 0.35 0.07 337.56 0.78 0.67
Hex EC 69 9A 0 38 23 7 152 4E 43
Octal 354 151 232 0 70 43 7 522 116 103
Binary 11101100 1101001 10011010 0 111000 100011 111 101010010 1001110 1000011

Color Harmonies of #EC699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC699A

Black with #EC699A

Text Example


Text Example

White with #EC699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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