Html Css Color HEX #E1669A Pale Violet Red

📋 copy color: '#E1669A'

red 225 ◦ green 102 ◦ blue 154

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

Shades of Pale Violet Red #E1669A

Tints of Pale Violet Red #E1669A

RGB

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

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

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

R = 46.78%
G = 21.21%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1669A (or 0xE1669A) is known color: Pale Violet Red. HEX triplet: E1, 66 and 9A. RGB value is (225,102,154). Sum of RGB (Red+Green+Blue) = 225+102+154=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1669A is #1E9965. Grayscale: #909090. Windows color (decimal): -2005350 or 10118881. OLE color: 10118881.

HSL color Cylindrical-coordinate representation of color #E1669A: hue angle of 334.63º 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 #E1669A is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 102 154 -
CMYK 0 0.55 0.32 0.12
HSL 334.63º 0.67% 0.64% -
HSV(B) 334.63º 0.55% 0.88% -
XYZ 41.64 27.84 33.75 -
YUV 144.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 225 102 154 0 0.55 0.32 0.12 334.63 0.67 0.64
Hex E1 66 9A 0 37 20 C 14F 43 40
Octal 341 146 232 0 67 40 14 517 103 100
Binary 11100001 1100110 10011010 0 110111 100000 1100 101001111 1000011 1000000

Color Harmonies of #E1669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1669A

Black with #E1669A

Text Example


Text Example

White with #E1669A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1669A; }

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

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

background-color css

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

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

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

border-color css

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

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

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