Html Css Color HEX #E08C8A Petite Orchid

📋 copy color: '#E08C8A'

red 224 ◦ green 140 ◦ blue 138

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

Shades of Petite Orchid #E08C8A

Tints of Petite Orchid #E08C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 44.62%
G = 27.89%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E08C8A (or 0xE08C8A) is known color: Petite Orchid. HEX triplet: E0, 8C and 8A. RGB value is (224,140,138). Sum of RGB (Red+Green+Blue) = 224+140+138=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C8A is #1F7375. Grayscale: #A4A4A4. Windows color (decimal): -2061174 or 9080032. OLE color: 9080032.

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

Color convert

RGB 224 140 138 -
CMYK 0 0.38 0.38 0.12
HSL 1.4º 0.58% 0.71% -
HSV(B) 1.4º 0.38% 0.88% -
XYZ 44.71 36.44 28.72 -
YUV 164.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 224 140 138 0 0.38 0.38 0.12 1.4 0.58 0.71
Hex E0 8C 8A 0 26 26 C 1 3A 47
Octal 340 214 212 0 46 46 14 1 72 107
Binary 11100000 10001100 10001010 0 100110 100110 1100 1 111010 1000111

Color Harmonies of #E08C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C8A

Black with #E08C8A

Text Example


Text Example

White with #E08C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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