Html Css Color HEX #E06F9D Pale Violet Red

📋 copy color: '#E06F9D'

red 224 ◦ green 111 ◦ blue 157

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

Shades of Pale Violet Red #E06F9D

Tints of Pale Violet Red #E06F9D

RGB

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

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

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

R = 45.53%
G = 22.56%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E06F9D (or 0xE06F9D) is known color: Pale Violet Red. HEX triplet: E0, 6F and 9D. RGB value is (224,111,157). Sum of RGB (Red+Green+Blue) = 224+111+157=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F9D is #1F9062. Grayscale: #959595. Windows color (decimal): -2068579 or 10317792. OLE color: 10317792.

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

Color convert

RGB 224 111 157 -
CMYK 0 0.50 0.30 0.12
HSL 335.58º 0.65% 0.66% -
HSV(B) 335.58º 0.5% 0.88% -
XYZ 42.51 29.65 35.38 -
YUV 150.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 224 111 157 0 0.50 0.30 0.12 335.58 0.65 0.66
Hex E0 6F 9D 0 32 1E C 150 41 42
Octal 340 157 235 0 62 36 14 520 101 102
Binary 11100000 1101111 10011101 0 110010 11110 1100 101010000 1000001 1000010

Color Harmonies of #E06F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F9D

Black with #E06F9D

Text Example


Text Example

White with #E06F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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