Html Css Color HEX #E39A8E Petite Orchid

📋 copy color: '#E39A8E'

red 227 ◦ green 154 ◦ blue 142

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

Shades of Petite Orchid #E39A8E

Tints of Petite Orchid #E39A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.45%

 BLUE value IS 142 (55.86% from 255) = 27.15%

R = 43.4%
G = 29.45%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E39A8E (or 0xE39A8E) is known color: Petite Orchid. HEX triplet: E3, 9A and 8E. RGB value is (227,154,142). Sum of RGB (Red+Green+Blue) = 227+154+142=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39A8E is #1C6571. Grayscale: #AEAEAE. Windows color (decimal): -1860978 or 9345763. OLE color: 9345763.

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

Color convert

RGB 227 154 142 -
CMYK 0 0.32 0.37 0.11
HSL 8.47º 0.6% 0.72% -
HSV(B) 8.47º 0.37% 0.89% -
XYZ 48.12 41.4 31.05 -
YUV 174.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 227 154 142 0 0.32 0.37 0.11 8.47 0.6 0.72
Hex E3 9A 8E 0 20 25 B 8 3C 48
Octal 343 232 216 0 40 45 13 10 74 110
Binary 11100011 10011010 10001110 0 100000 100101 1011 1000 111100 1001000

Color Harmonies of #E39A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39A8E

Black with #E39A8E

Text Example


Text Example

White with #E39A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39A8E; }

 p { color: rgb(227,154,142); }

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

background-color css

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

 a { background-color: rgb(227,154,142); }

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

border-color css

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

 span { border-color: rgb(227,154,142); }

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