#E07B9D

Color #E07B9D Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E07B9D

Tints of Pale Violet Red #E07B9D

Color information

#E07B9D (or 0xE07B9D) is unknown color: approx Pale Violet Red. HEX triplet: E0, 7B and 9D. RGB value is (224,123,157). Sum of RGB (Red+Green+Blue) = 224+123+157=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B9D is #1F8462. Grayscale: #9D9D9D. Windows color (decimal): -2065507 or 10320864. OLE color: 10320864.

HSL color Cylindrical-coordinate representation of color #E07B9D: hue angle of 339.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07B9D is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224123157-
CMYK00.450.300.12
HSL339.8º61.96%68.04%-
HSV(B)339.8º45.09%87.84%-
XYZ43.9132.4535.85-
YUV157.07127.96175.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=44.44%
G=24.40%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412315700.450.300.12339.861.9668.04
HexE07B9D02D1EC1543e44
Octal340173235055361452476104
Binary1110000011110111001110101011011111011001010101001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B9D; }

 p { color: rgb(224,123,157); }

 H1.HeaderClassName
 {
   color: #E07B9D;
 }
 .AnyTagClassName
 {
   color: #E07B9D;
 }
</style>
background-color css

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

 a { background-color: rgb(224,123,157); }

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

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

 span { border-color: rgb(224,123,157); }

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