Html Css Color HEX #E3958B Petite Orchid

📋 copy color: '#E3958B'

red 227 ◦ green 149 ◦ blue 139

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

Shades of Petite Orchid #E3958B

Tints of Petite Orchid #E3958B

RGB

 RED value IS 227 (89.06% from 255) = 44.08%

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

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

R = 44.08%
G = 28.93%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E3958B (or 0xE3958B) is known color: Petite Orchid. HEX triplet: E3, 95 and 8B. RGB value is (227,149,139). Sum of RGB (Red+Green+Blue) = 227+149+139=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E3958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3958B is #1C6A74. Grayscale: #ABABAB. Windows color (decimal): -1862261 or 9147875. OLE color: 9147875.

HSL color Cylindrical-coordinate representation of color #E3958B: hue angle of 6.82º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E3958B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 149 139 -
CMYK 0 0.34 0.39 0.11
HSL 6.82º 0.61% 0.72% -
HSV(B) 6.82º 0.39% 0.89% -
XYZ 47.09 39.69 29.61 -
YUV 171.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 227 149 139 0 0.34 0.39 0.11 6.82 0.61 0.72
Hex E3 95 8B 0 22 27 B 7 3D 48
Octal 343 225 213 0 42 47 13 7 75 110
Binary 11100011 10010101 10001011 0 100010 100111 1011 111 111101 1001000

Color Harmonies of #E3958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3958B

Black with #E3958B

Text Example


Text Example

White with #E3958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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