Html Css Color HEX #E1958A Petite Orchid

📋 copy color: '#E1958A'

red 225 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #E1958A

Tints of Petite Orchid #E1958A

RGB

 RED value IS 225 (88.28% from 255) = 43.95%

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

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

R = 43.95%
G = 29.1%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1958A (or 0xE1958A) is known color: Petite Orchid. HEX triplet: E1, 95 and 8A. RGB value is (225,149,138). Sum of RGB (Red+Green+Blue) = 225+149+138=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1958A is #1E6A75. Grayscale: #AAAAAA. Windows color (decimal): -1993334 or 9082337. OLE color: 9082337.

HSL color Cylindrical-coordinate representation of color #E1958A: hue angle of 7.59º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1958A is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 149 138 -
CMYK 0 0.34 0.39 0.12
HSL 7.59º 0.59% 0.71% -
HSV(B) 7.59º 0.39% 0.88% -
XYZ 46.39 39.34 29.19 -
YUV 170.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 225 149 138 0 0.34 0.39 0.12 7.59 0.59 0.71
Hex E1 95 8A 0 22 27 C 8 3B 47
Octal 341 225 212 0 42 47 14 10 73 107
Binary 11100001 10010101 10001010 0 100010 100111 1100 1000 111011 1000111

Color Harmonies of #E1958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1958A

Black with #E1958A

Text Example


Text Example

White with #E1958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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