Html Css Color HEX #E06FAB Pale Violet Red

📋 copy color: '#E06FAB'

red 224 ◦ green 111 ◦ blue 171

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

Shades of Pale Violet Red #E06FAB

Tints of Pale Violet Red #E06FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 44.27%
G = 21.94%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E06FAB (or 0xE06FAB) is known color: Pale Violet Red. HEX triplet: E0, 6F and AB. RGB value is (224,111,171). Sum of RGB (Red+Green+Blue) = 224+111+171=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FAB is #1F9054. Grayscale: #979797. Windows color (decimal): -2068565 or 11235296. OLE color: 11235296.

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

Color convert

RGB 224 111 171 -
CMYK 0 0.50 0.24 0.12
HSL 328.14º 0.65% 0.66% -
HSV(B) 328.14º 0.5% 0.88% -
XYZ 43.78 30.16 42.04 -
YUV 151.63 138.94 179.62 -
System Red Green Blue C M Y K H S L
Decimal 224 111 171 0 0.50 0.24 0.12 328.14 0.65 0.66
Hex E0 6F AB 0 32 18 C 148 41 42
Octal 340 157 253 0 62 30 14 510 101 102
Binary 11100000 1101111 10101011 0 110010 11000 1100 101001000 1000001 1000010

Color Harmonies of #E06FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FAB

Black with #E06FAB

Text Example


Text Example

White with #E06FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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