Html Css Color HEX #E0958B Petite Orchid

📋 copy color: '#E0958B'

red 224 ◦ green 149 ◦ blue 139

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

Shades of Petite Orchid #E0958B

Tints of Petite Orchid #E0958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 43.75%
G = 29.1%
B = 27.15%

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

#E0958B (or 0xE0958B) is known color: Petite Orchid. HEX triplet: E0, 95 and 8B. RGB value is (224,149,139). Sum of RGB (Red+Green+Blue) = 224+149+139=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0958B is #1F6A74. Grayscale: #AAAAAA. Windows color (decimal): -2058869 or 9147872. OLE color: 9147872.

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

Color convert

RGB 224 149 139 -
CMYK 0 0.33 0.38 0.12
HSL 7.06º 0.58% 0.71% -
HSV(B) 7.06º 0.38% 0.88% -
XYZ 46.15 39.21 29.56 -
YUV 170.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 224 149 139 0 0.33 0.38 0.12 7.06 0.58 0.71
Hex E0 95 8B 0 21 26 C 7 3A 47
Octal 340 225 213 0 41 46 14 7 72 107
Binary 11100000 10010101 10001011 0 100001 100110 1100 111 111010 1000111

Color Harmonies of #E0958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0958B

Black with #E0958B

Text Example


Text Example

White with #E0958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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