Html Css Color HEX #E07B9D Pale Violet Red

📋 copy color: '#E07B9D'

red 224 ◦ green 123 ◦ blue 157

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

Shades of Pale Violet Red #E07B9D

Tints of Pale Violet Red #E07B9D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.4%

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 44.44%
G = 24.4%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E07B9D (or 0xE07B9D) is known color: 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

RGB 224 123 157 -
CMYK 0 0.45 0.30 0.12
HSL 339.8º 0.62% 0.68% -
HSV(B) 339.8º 0.45% 0.88% -
XYZ 43.91 32.45 35.85 -
YUV 157.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 224 123 157 0 0.45 0.30 0.12 339.8 0.62 0.68
Hex E0 7B 9D 0 2D 1E C 154 3E 44
Octal 340 173 235 0 55 36 14 524 76 104
Binary 11100000 1111011 10011101 0 101101 11110 1100 101010100 111110 1000100

Color Harmonies of #E07B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B9D

Black with #E07B9D

Text Example


Text Example

White with #E07B9D

Text Example


Text Example

HTML Codes & Css Web 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>