Html Css Color HEX #9E4870 Rouge

📋 copy color: '#9E4870'

red 158 ◦ green 72 ◦ blue 112

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

Shades of Rouge #9E4870

Tints of Rouge #9E4870

RGB

 RED value IS 158 (62.11% from 255) = 46.2%

 GREEN value IS 72 (28.52% from 255) = 21.05%

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 46.2%
G = 21.05%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E4870 (or 0x9E4870) is known color: Rouge. HEX triplet: 9E, 48 and 70. RGB value is (158,72,112). Sum of RGB (Red+Green+Blue) = 158+72+112=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4870 is #61B78F. Grayscale: #666666. Windows color (decimal): -6403984 or 7358622. OLE color: 7358622.

HSL color Cylindrical-coordinate representation of color #9E4870: hue angle of 332.09º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4870 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 72 112 -
CMYK 0 0.54 0.29 0.38
HSL 332.09º 0.37% 0.45% -
HSV(B) 332.09º 0.54% 0.62% -
XYZ 19.34 13.07 16.83 -
YUV 102.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 158 72 112 0 0.54 0.29 0.38 332.09 0.37 0.45
Hex 9E 48 70 0 36 1D 26 14C 25 2D
Octal 236 110 160 0 66 35 46 514 45 55
Binary 10011110 1001000 1110000 0 110110 11101 100110 101001100 100101 101101

Color Harmonies of #9E4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4870

Black with #9E4870

Text Example


Text Example

White with #9E4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E4870; }

 p { color: rgb(158,72,112); }

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

background-color css

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

 a { background-color: rgb(158,72,112); }

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

border-color css

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

 span { border-color: rgb(158,72,112); }

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