Html Css Color HEX #E0669B Pale Violet Red

📋 copy color: '#E0669B'

red 224 ◦ green 102 ◦ blue 155

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

Shades of Pale Violet Red #E0669B

Tints of Pale Violet Red #E0669B

RGB

 RED value IS 224 (87.89% from 255) = 46.57%

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

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

R = 46.57%
G = 21.21%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0669B (or 0xE0669B) is known color: Pale Violet Red. HEX triplet: E0, 66 and 9B. RGB value is (224,102,155). Sum of RGB (Red+Green+Blue) = 224+102+155=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0669B is #1F9964. Grayscale: #909090. Windows color (decimal): -2070885 or 10184416. OLE color: 10184416.

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

Color convert

RGB 224 102 155 -
CMYK 0 0.54 0.31 0.12
HSL 333.93º 0.66% 0.64% -
HSV(B) 333.93º 0.54% 0.88% -
XYZ 41.41 27.72 34.18 -
YUV 144.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 224 102 155 0 0.54 0.31 0.12 333.93 0.66 0.64
Hex E0 66 9B 0 36 1F C 14E 42 40
Octal 340 146 233 0 66 37 14 516 102 100
Binary 11100000 1100110 10011011 0 110110 11111 1100 101001110 1000010 1000000

Color Harmonies of #E0669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0669B

Black with #E0669B

Text Example


Text Example

White with #E0669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0669B; }

 p { color: rgb(224,102,155); }

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

background-color css

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

 a { background-color: rgb(224,102,155); }

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

border-color css

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

 span { border-color: rgb(224,102,155); }

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