Html Css Color HEX #E09288 Petite Orchid

📋 copy color: '#E09288'

red 224 ◦ green 146 ◦ blue 136

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

Shades of Petite Orchid #E09288

Tints of Petite Orchid #E09288

RGB

 RED value IS 224 (87.89% from 255) = 44.27%

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 136 (53.52% from 255) = 26.88%

R = 44.27%
G = 28.85%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E09288 (or 0xE09288) is known color: Petite Orchid. HEX triplet: E0, 92 and 88. RGB value is (224,146,136). Sum of RGB (Red+Green+Blue) = 224+146+136=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E09288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09288 is #1F6D77. Grayscale: #A8A8A8. Windows color (decimal): -2059640 or 8950496. OLE color: 8950496.

HSL color Cylindrical-coordinate representation of color #E09288: hue angle of 6.82º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E09288 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 146 136 -
CMYK 0 0.35 0.39 0.12
HSL 6.82º 0.59% 0.71% -
HSV(B) 6.82º 0.39% 0.88% -
XYZ 45.46 38.18 28.27 -
YUV 168.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 224 146 136 0 0.35 0.39 0.12 6.82 0.59 0.71
Hex E0 92 88 0 23 27 C 7 3B 47
Octal 340 222 210 0 43 47 14 7 73 107
Binary 11100000 10010010 10001000 0 100011 100111 1100 111 111011 1000111

Color Harmonies of #E09288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09288

Black with #E09288

Text Example


Text Example

White with #E09288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09288; }

 p { color: rgb(224,146,136); }

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

background-color css

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

 a { background-color: rgb(224,146,136); }

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

border-color css

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

 span { border-color: rgb(224,146,136); }

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