Html Css Color HEX #EC669D Pale Violet Red

📋 copy color: '#EC669D'

red 236 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #EC669D

Tints of Pale Violet Red #EC669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.61%

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

R = 47.68%
G = 20.61%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC669D (or 0xEC669D) is known color: Pale Violet Red. HEX triplet: EC, 66 and 9D. RGB value is (236,102,157). Sum of RGB (Red+Green+Blue) = 236+102+157=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC669D is #139962. Grayscale: #949494. Windows color (decimal): -1284451 or 10315500. OLE color: 10315500.

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

Color convert

RGB 236 102 157 -
CMYK 0 0.57 0.33 0.07
HSL 335.37º 0.78% 0.66% -
HSV(B) 335.37º 0.57% 0.93% -
XYZ 45.43 29.77 35.25 -
YUV 148.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 236 102 157 0 0.57 0.33 0.07 335.37 0.78 0.66
Hex EC 66 9D 0 39 21 7 14F 4E 42
Octal 354 146 235 0 71 41 7 517 116 102
Binary 11101100 1100110 10011101 0 111001 100001 111 101001111 1001110 1000010

Color Harmonies of #EC669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC669D

Black with #EC669D

Text Example


Text Example

White with #EC669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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