Html Css Color HEX #E08C89 Petite Orchid

📋 copy color: '#E08C89'

red 224 ◦ green 140 ◦ blue 137

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

Shades of Petite Orchid #E08C89

Tints of Petite Orchid #E08C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.94%

 BLUE value IS 137 (53.91% from 255) = 27.35%

R = 44.71%
G = 27.94%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E08C89 (or 0xE08C89) is known color: Petite Orchid. HEX triplet: E0, 8C and 89. RGB value is (224,140,137). Sum of RGB (Red+Green+Blue) = 224+140+137=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C89 is #1F7376. Grayscale: #A4A4A4. Windows color (decimal): -2061175 or 9014496. OLE color: 9014496.

HSL color Cylindrical-coordinate representation of color #E08C89: hue angle of 2.07º degrees, saturation: 0.58, 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 #E08C89 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 137 -
CMYK 0 0.38 0.39 0.12
HSL 2.07º 0.58% 0.71% -
HSV(B) 2.07º 0.39% 0.88% -
XYZ 44.63 36.41 28.34 -
YUV 164.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 224 140 137 0 0.38 0.39 0.12 2.07 0.58 0.71
Hex E0 8C 89 0 26 27 C 2 3A 47
Octal 340 214 211 0 46 47 14 2 72 107
Binary 11100000 10001100 10001001 0 100110 100111 1100 10 111010 1000111

Color Harmonies of #E08C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C89

Black with #E08C89

Text Example


Text Example

White with #E08C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C89; }

 p { color: rgb(224,140,137); }

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

background-color css

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

 a { background-color: rgb(224,140,137); }

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

border-color css

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

 span { border-color: rgb(224,140,137); }

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