Html Css Color HEX #E06F9A Pale Violet Red

📋 copy color: '#E06F9A'

red 224 ◦ green 111 ◦ blue 154

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

Shades of Pale Violet Red #E06F9A

Tints of Pale Violet Red #E06F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 45.81%
G = 22.7%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E06F9A (or 0xE06F9A) is known color: Pale Violet Red. HEX triplet: E0, 6F and 9A. RGB value is (224,111,154). Sum of RGB (Red+Green+Blue) = 224+111+154=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F9A is #1F9065. Grayscale: #959595. Windows color (decimal): -2068582 or 10121184. OLE color: 10121184.

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

Color convert

RGB 224 111 154 -
CMYK 0 0.50 0.31 0.12
HSL 337.17º 0.65% 0.66% -
HSV(B) 337.17º 0.5% 0.88% -
XYZ 42.26 29.55 34.05 -
YUV 149.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 224 111 154 0 0.50 0.31 0.12 337.17 0.65 0.66
Hex E0 6F 9A 0 32 1F C 151 41 42
Octal 340 157 232 0 62 37 14 521 101 102
Binary 11100000 1101111 10011010 0 110010 11111 1100 101010001 1000001 1000010

Color Harmonies of #E06F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F9A

Black with #E06F9A

Text Example


Text Example

White with #E06F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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