Html Css Color HEX #E39993 Petite Orchid

📋 copy color: '#E39993'

red 227 ◦ green 153 ◦ blue 147

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

Shades of Petite Orchid #E39993

Tints of Petite Orchid #E39993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.03%

 BLUE value IS 147 (57.81% from 255) = 27.89%

R = 43.07%
G = 29.03%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E39993 (or 0xE39993) is known color: Petite Orchid. HEX triplet: E3, 99 and 93. RGB value is (227,153,147). Sum of RGB (Red+Green+Blue) = 227+153+147=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E39993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39993 is #1C666C. Grayscale: #AEAEAE. Windows color (decimal): -1861229 or 9673187. OLE color: 9673187.

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

Color convert

RGB 227 153 147 -
CMYK 0 0.33 0.35 0.11
HSL 4.5º 0.59% 0.73% -
HSV(B) 4.5º 0.35% 0.89% -
XYZ 48.34 41.22 33.01 -
YUV 174.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 227 153 147 0 0.33 0.35 0.11 4.5 0.59 0.73
Hex E3 99 93 0 21 23 B 4 3B 49
Octal 343 231 223 0 41 43 13 4 73 111
Binary 11100011 10011001 10010011 0 100001 100011 1011 100 111011 1001001

Color Harmonies of #E39993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39993

Black with #E39993

Text Example


Text Example

White with #E39993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39993; }

 p { color: rgb(227,153,147); }

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

background-color css

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

 a { background-color: rgb(227,153,147); }

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

border-color css

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

 span { border-color: rgb(227,153,147); }

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