Html Css Color HEX #E0669D Pale Violet Red

📋 copy color: '#E0669D'

red 224 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #E0669D

Tints of Pale Violet Red #E0669D

RGB

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

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

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

R = 46.38%
G = 21.12%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0669D (or 0xE0669D) is known color: Pale Violet Red. HEX triplet: E0, 66 and 9D. RGB value is (224,102,157). Sum of RGB (Red+Green+Blue) = 224+102+157=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0669D is #1F9962. Grayscale: #909090. Windows color (decimal): -2070883 or 10315488. OLE color: 10315488.

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

Color convert

RGB 224 102 157 -
CMYK 0 0.54 0.30 0.12
HSL 332.95º 0.66% 0.64% -
HSV(B) 332.95º 0.54% 0.88% -
XYZ 41.58 27.78 35.07 -
YUV 144.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 224 102 157 0 0.54 0.30 0.12 332.95 0.66 0.64
Hex E0 66 9D 0 36 1E C 14D 42 40
Octal 340 146 235 0 66 36 14 515 102 100
Binary 11100000 1100110 10011101 0 110110 11110 1100 101001101 1000010 1000000

Color Harmonies of #E0669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0669D

Black with #E0669D

Text Example


Text Example

White with #E0669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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