Html Css Color HEX #E0958C Petite Orchid

📋 copy color: '#E0958C'

red 224 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #E0958C

Tints of Petite Orchid #E0958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.04%

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

R = 43.66%
G = 29.04%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0958C (or 0xE0958C) is known color: Petite Orchid. HEX triplet: E0, 95 and 8C. RGB value is (224,149,140). Sum of RGB (Red+Green+Blue) = 224+149+140=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0958C is #1F6A73. Grayscale: #AAAAAA. Windows color (decimal): -2058868 or 9213408. OLE color: 9213408.

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

Color convert

RGB 224 149 140 -
CMYK 0 0.33 0.38 0.12
HSL 6.43º 0.58% 0.71% -
HSV(B) 6.43º 0.38% 0.88% -
XYZ 46.22 39.24 29.95 -
YUV 170.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 224 149 140 0 0.33 0.38 0.12 6.43 0.58 0.71
Hex E0 95 8C 0 21 26 C 6 3A 47
Octal 340 225 214 0 41 46 14 6 72 107
Binary 11100000 10010101 10001100 0 100001 100110 1100 110 111010 1000111

Color Harmonies of #E0958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0958C

Black with #E0958C

Text Example


Text Example

White with #E0958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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