Html Css Color HEX #E0958A Petite Orchid

📋 copy color: '#E0958A'

red 224 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #E0958A

Tints of Petite Orchid #E0958A

RGB

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

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

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

R = 43.84%
G = 29.16%
B = 27.01%

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

#E0958A (or 0xE0958A) is known color: Petite Orchid. HEX triplet: E0, 95 and 8A. RGB value is (224,149,138). Sum of RGB (Red+Green+Blue) = 224+149+138=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0958A is #1F6A75. Grayscale: #AAAAAA. Windows color (decimal): -2058870 or 9082336. OLE color: 9082336.

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

Color convert

RGB 224 149 138 -
CMYK 0 0.33 0.38 0.12
HSL 7.67º 0.58% 0.71% -
HSV(B) 7.67º 0.38% 0.88% -
XYZ 46.08 39.18 29.18 -
YUV 170.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 224 149 138 0 0.33 0.38 0.12 7.67 0.58 0.71
Hex E0 95 8A 0 21 26 C 8 3A 47
Octal 340 225 212 0 41 46 14 10 72 107
Binary 11100000 10010101 10001010 0 100001 100110 1100 1000 111010 1000111

Color Harmonies of #E0958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0958A

Black with #E0958A

Text Example


Text Example

White with #E0958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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