Html Css Color HEX #E39B98 Petite Orchid

📋 copy color: '#E39B98'

red 227 ◦ green 155 ◦ blue 152

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

Shades of Petite Orchid #E39B98

Tints of Petite Orchid #E39B98

RGB

 RED value IS 227 (89.06% from 255) = 42.51%

 GREEN value IS 155 (60.94% from 255) = 29.03%

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 42.51%
G = 29.03%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E39B98 (or 0xE39B98) is known color: Petite Orchid. HEX triplet: E3, 9B and 98. RGB value is (227,155,152). Sum of RGB (Red+Green+Blue) = 227+155+152=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B98 is #1C6467. Grayscale: #B0B0B0. Windows color (decimal): -1860712 or 10001379. OLE color: 10001379.

HSL color Cylindrical-coordinate representation of color #E39B98: hue angle of 2.4º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E39B98 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 155 152 -
CMYK 0 0.32 0.33 0.11
HSL 2.4º 0.57% 0.74% -
HSV(B) 2.4º 0.33% 0.89% -
XYZ 49.07 42.04 35.23 -
YUV 176.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 227 155 152 0 0.32 0.33 0.11 2.4 0.57 0.74
Hex E3 9B 98 0 20 21 B 2 39 4A
Octal 343 233 230 0 40 41 13 2 71 112
Binary 11100011 10011011 10011000 0 100000 100001 1011 10 111001 1001010

Color Harmonies of #E39B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39B98

Black with #E39B98

Text Example


Text Example

White with #E39B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39B98; }

 p { color: rgb(227,155,152); }

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

background-color css

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

 a { background-color: rgb(227,155,152); }

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

border-color css

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

 span { border-color: rgb(227,155,152); }

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