Html Css Color HEX #E1669D Pale Violet Red

📋 copy color: '#E1669D'

red 225 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #E1669D

Tints of Pale Violet Red #E1669D

RGB

 RED value IS 225 (88.28% from 255) = 46.49%

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

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

R = 46.49%
G = 21.07%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1669D (or 0xE1669D) is known color: Pale Violet Red. HEX triplet: E1, 66 and 9D. RGB value is (225,102,157). Sum of RGB (Red+Green+Blue) = 225+102+157=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1669D is #1E9962. Grayscale: #909090. Windows color (decimal): -2005347 or 10315489. OLE color: 10315489.

HSL color Cylindrical-coordinate representation of color #E1669D: hue angle of 333.17º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1669D is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 102 157 -
CMYK 0 0.55 0.30 0.12
HSL 333.17º 0.67% 0.64% -
HSV(B) 333.17º 0.55% 0.88% -
XYZ 41.89 27.94 35.08 -
YUV 145.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 225 102 157 0 0.55 0.30 0.12 333.17 0.67 0.64
Hex E1 66 9D 0 37 1E C 14D 43 40
Octal 341 146 235 0 67 36 14 515 103 100
Binary 11100001 1100110 10011101 0 110111 11110 1100 101001101 1000011 1000000

Color Harmonies of #E1669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1669D

Black with #E1669D

Text Example


Text Example

White with #E1669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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