Html Css Color HEX #E06F9E Pale Violet Red

📋 copy color: '#E06F9E'

red 224 ◦ green 111 ◦ blue 158

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

Shades of Pale Violet Red #E06F9E

Tints of Pale Violet Red #E06F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 45.44%
G = 22.52%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E06F9E (or 0xE06F9E) is known color: Pale Violet Red. HEX triplet: E0, 6F and 9E. RGB value is (224,111,158). Sum of RGB (Red+Green+Blue) = 224+111+158=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F9E is #1F9061. Grayscale: #969696. Windows color (decimal): -2068578 or 10383328. OLE color: 10383328.

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

Color convert

RGB 224 111 158 -
CMYK 0 0.50 0.29 0.12
HSL 335.04º 0.65% 0.66% -
HSV(B) 335.04º 0.5% 0.88% -
XYZ 42.6 29.68 35.83 -
YUV 150.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 224 111 158 0 0.50 0.29 0.12 335.04 0.65 0.66
Hex E0 6F 9E 0 32 1D C 14F 41 42
Octal 340 157 236 0 62 35 14 517 101 102
Binary 11100000 1101111 10011110 0 110010 11101 1100 101001111 1000001 1000010

Color Harmonies of #E06F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F9E

Black with #E06F9E

Text Example


Text Example

White with #E06F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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