Html Css Color HEX #E06F90 Pale Violet Red

📋 copy color: '#E06F90'

red 224 ◦ green 111 ◦ blue 144

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

Shades of Pale Violet Red #E06F90

Tints of Pale Violet Red #E06F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 46.76%
G = 23.17%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E06F90 (or 0xE06F90) is known color: Pale Violet Red. HEX triplet: E0, 6F and 90. RGB value is (224,111,144). Sum of RGB (Red+Green+Blue) = 224+111+144=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F90 is #1F906F. Grayscale: #949494. Windows color (decimal): -2068592 or 9465824. OLE color: 9465824.

HSL color Cylindrical-coordinate representation of color #E06F90: hue angle of 342.48º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F90 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 144 -
CMYK 0 0.50 0.36 0.12
HSL 342.48º 0.65% 0.66% -
HSV(B) 342.48º 0.5% 0.88% -
XYZ 41.46 29.23 29.84 -
YUV 148.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 224 111 144 0 0.50 0.36 0.12 342.48 0.65 0.66
Hex E0 6F 90 0 32 24 C 156 41 42
Octal 340 157 220 0 62 44 14 526 101 102
Binary 11100000 1101111 10010000 0 110010 100100 1100 101010110 1000001 1000010

Color Harmonies of #E06F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F90

Black with #E06F90

Text Example


Text Example

White with #E06F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F90; }

 p { color: rgb(224,111,144); }

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

background-color css

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

 a { background-color: rgb(224,111,144); }

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

border-color css

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

 span { border-color: rgb(224,111,144); }

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