Html Css Color HEX #E06B96 Pale Violet Red

📋 copy color: '#E06B96'

red 224 ◦ green 107 ◦ blue 150

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

Shades of Pale Violet Red #E06B96

Tints of Pale Violet Red #E06B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 46.57%
G = 22.25%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E06B96 (or 0xE06B96) is known color: Pale Violet Red. HEX triplet: E0, 6B and 96. RGB value is (224,107,150). Sum of RGB (Red+Green+Blue) = 224+107+150=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06B96 is #1F9469. Grayscale: #929292. Windows color (decimal): -2069610 or 9858016. OLE color: 9858016.

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

Color convert

RGB 224 107 150 -
CMYK 0 0.52 0.33 0.12
HSL 337.95º 0.65% 0.65% -
HSV(B) 337.95º 0.52% 0.88% -
XYZ 41.5 28.56 32.18 -
YUV 146.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 224 107 150 0 0.52 0.33 0.12 337.95 0.65 0.65
Hex E0 6B 96 0 34 21 C 152 41 41
Octal 340 153 226 0 64 41 14 522 101 101
Binary 11100000 1101011 10010110 0 110100 100001 1100 101010010 1000001 1000001

Color Harmonies of #E06B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06B96

Black with #E06B96

Text Example


Text Example

White with #E06B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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