Html Css Color HEX #E09C8E Petite Orchid

📋 copy color: '#E09C8E'

red 224 ◦ green 156 ◦ blue 142

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

Shades of Petite Orchid #E09C8E

Tints of Petite Orchid #E09C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

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

R = 42.91%
G = 29.89%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E09C8E (or 0xE09C8E) is known color: Petite Orchid. HEX triplet: E0, 9C and 8E. RGB value is (224,156,142). Sum of RGB (Red+Green+Blue) = 224+156+142=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09C8E is #1F6371. Grayscale: #AEAEAE. Windows color (decimal): -2057074 or 9346272. OLE color: 9346272.

HSL color Cylindrical-coordinate representation of color #E09C8E: hue angle of 10.24º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09C8E is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 156 142 -
CMYK 0 0.30 0.37 0.12
HSL 10.24º 0.57% 0.72% -
HSV(B) 10.24º 0.37% 0.88% -
XYZ 47.51 41.58 31.11 -
YUV 174.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 224 156 142 0 0.30 0.37 0.12 10.24 0.57 0.72
Hex E0 9C 8E 0 1E 25 C A 39 48
Octal 340 234 216 0 36 45 14 12 71 110
Binary 11100000 10011100 10001110 0 11110 100101 1100 1010 111001 1001000

Color Harmonies of #E09C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09C8E

Black with #E09C8E

Text Example


Text Example

White with #E09C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09C8E; }

 p { color: rgb(224,156,142); }

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

background-color css

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

 a { background-color: rgb(224,156,142); }

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

border-color css

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

 span { border-color: rgb(224,156,142); }

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