Html Css Color HEX #E49E9A Petite Orchid

📋 copy color: '#E49E9A'

red 228 ◦ green 158 ◦ blue 154

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

Shades of Petite Orchid #E49E9A

Tints of Petite Orchid #E49E9A

RGB

 RED value IS 228 (89.45% from 255) = 42.22%

 GREEN value IS 158 (62.11% from 255) = 29.26%

 BLUE value IS 154 (60.55% from 255) = 28.52%

R = 42.22%
G = 29.26%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E49E9A (or 0xE49E9A) is known color: Petite Orchid. HEX triplet: E4, 9E and 9A. RGB value is (228,158,154). Sum of RGB (Red+Green+Blue) = 228+158+154=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49E9A is #1B6165. Grayscale: #B2B2B2. Windows color (decimal): -1794406 or 10133220. OLE color: 10133220.

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

Color convert

RGB 228 158 154 -
CMYK 0 0.31 0.32 0.11
HSL 3.24º 0.58% 0.75% -
HSV(B) 3.24º 0.32% 0.89% -
XYZ 50.05 43.28 36.29 -
YUV 178.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 228 158 154 0 0.31 0.32 0.11 3.24 0.58 0.75
Hex E4 9E 9A 0 1F 20 B 3 3A 4B
Octal 344 236 232 0 37 40 13 3 72 113
Binary 11100100 10011110 10011010 0 11111 100000 1011 11 111010 1001011

Color Harmonies of #E49E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49E9A

Black with #E49E9A

Text Example


Text Example

White with #E49E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49E9A; }

 p { color: rgb(228,158,154); }

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

background-color css

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

 a { background-color: rgb(228,158,154); }

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

border-color css

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

 span { border-color: rgb(228,158,154); }

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