Html Css Color HEX #E06B9F Pale Violet Red

📋 copy color: '#E06B9F'

red 224 ◦ green 107 ◦ blue 159

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

Shades of Pale Violet Red #E06B9F

Tints of Pale Violet Red #E06B9F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.84%

 BLUE value IS 159 (62.5% from 255) = 32.45%

R = 45.71%
G = 21.84%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E06B9F (or 0xE06B9F) is known color: Pale Violet Red. HEX triplet: E0, 6B and 9F. RGB value is (224,107,159). Sum of RGB (Red+Green+Blue) = 224+107+159=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06B9F is #1F9460. Grayscale: #939393. Windows color (decimal): -2069601 or 10447840. OLE color: 10447840.

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

Color convert

RGB 224 107 159 -
CMYK 0 0.52 0.29 0.12
HSL 333.33º 0.65% 0.65% -
HSV(B) 333.33º 0.52% 0.88% -
XYZ 42.26 28.87 36.15 -
YUV 147.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 224 107 159 0 0.52 0.29 0.12 333.33 0.65 0.65
Hex E0 6B 9F 0 34 1D C 14D 41 41
Octal 340 153 237 0 64 35 14 515 101 101
Binary 11100000 1101011 10011111 0 110100 11101 1100 101001101 1000001 1000001

Color Harmonies of #E06B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06B9F

Black with #E06B9F

Text Example


Text Example

White with #E06B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06B9F; }

 p { color: rgb(224,107,159); }

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

background-color css

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

 a { background-color: rgb(224,107,159); }

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

border-color css

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

 span { border-color: rgb(224,107,159); }

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