Html Css Color HEX #E0668E Pale Violet Red

📋 copy color: '#E0668E'

red 224 ◦ green 102 ◦ blue 142

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

Shades of Pale Violet Red #E0668E

Tints of Pale Violet Red #E0668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 47.86%
G = 21.79%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0668E (or 0xE0668E) is known color: Pale Violet Red. HEX triplet: E0, 66 and 8E. RGB value is (224,102,142). Sum of RGB (Red+Green+Blue) = 224+102+142=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0668E is #1F9971. Grayscale: #8F8F8F. Windows color (decimal): -2070898 or 9332448. OLE color: 9332448.

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

Color convert

RGB 224 102 142 -
CMYK 0 0.54 0.37 0.12
HSL 340.33º 0.66% 0.64% -
HSV(B) 340.33º 0.54% 0.88% -
XYZ 40.37 27.3 28.73 -
YUV 143.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 224 102 142 0 0.54 0.37 0.12 340.33 0.66 0.64
Hex E0 66 8E 0 36 25 C 154 42 40
Octal 340 146 216 0 66 45 14 524 102 100
Binary 11100000 1100110 10001110 0 110110 100101 1100 101010100 1000010 1000000

Color Harmonies of #E0668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0668E

Black with #E0668E

Text Example


Text Example

White with #E0668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0668E; }

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

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

background-color css

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

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

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

border-color css

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

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

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