Html Css Color HEX #E06B9E Pale Violet Red

📋 copy color: '#E06B9E'

red 224 ◦ green 107 ◦ blue 158

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

Shades of Pale Violet Red #E06B9E

Tints of Pale Violet Red #E06B9E

RGB

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

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

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

R = 45.81%
G = 21.88%
B = 32.31%

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

#E06B9E (or 0xE06B9E) is known color: Pale Violet Red. HEX triplet: E0, 6B and 9E. RGB value is (224,107,158). Sum of RGB (Red+Green+Blue) = 224+107+158=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06B9E is #1F9461. Grayscale: #939393. Windows color (decimal): -2069602 or 10382304. OLE color: 10382304.

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

Color convert

RGB 224 107 158 -
CMYK 0 0.52 0.29 0.12
HSL 333.85º 0.65% 0.65% -
HSV(B) 333.85º 0.52% 0.88% -
XYZ 42.17 28.83 35.69 -
YUV 147.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 224 107 158 0 0.52 0.29 0.12 333.85 0.65 0.65
Hex E0 6B 9E 0 34 1D C 14E 41 41
Octal 340 153 236 0 64 35 14 516 101 101
Binary 11100000 1101011 10011110 0 110100 11101 1100 101001110 1000001 1000001

Color Harmonies of #E06B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06B9E

Black with #E06B9E

Text Example


Text Example

White with #E06B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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