Html Css Color HEX #E08F8C Petite Orchid

📋 copy color: '#E08F8C'

red 224 ◦ green 143 ◦ blue 140

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

Shades of Petite Orchid #E08F8C

Tints of Petite Orchid #E08F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.21%

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 44.18%
G = 28.21%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E08F8C (or 0xE08F8C) is known color: Petite Orchid. HEX triplet: E0, 8F and 8C. RGB value is (224,143,140). Sum of RGB (Red+Green+Blue) = 224+143+140=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F8C is #1F7073. Grayscale: #A6A6A6. Windows color (decimal): -2060404 or 9211872. OLE color: 9211872.

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

Color convert

RGB 224 143 140 -
CMYK 0 0.36 0.38 0.12
HSL 2.14º 0.58% 0.71% -
HSV(B) 2.14º 0.38% 0.88% -
XYZ 45.3 37.39 29.64 -
YUV 166.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 224 143 140 0 0.36 0.38 0.12 2.14 0.58 0.71
Hex E0 8F 8C 0 24 26 C 2 3A 47
Octal 340 217 214 0 44 46 14 2 72 107
Binary 11100000 10001111 10001100 0 100100 100110 1100 10 111010 1000111

Color Harmonies of #E08F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F8C

Black with #E08F8C

Text Example


Text Example

White with #E08F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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