Html Css Color HEX #E1948B Petite Orchid

📋 copy color: '#E1948B'

red 225 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #E1948B

Tints of Petite Orchid #E1948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

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

R = 43.95%
G = 28.91%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1948B (or 0xE1948B) is known color: Petite Orchid. HEX triplet: E1, 94 and 8B. RGB value is (225,148,139). Sum of RGB (Red+Green+Blue) = 225+148+139=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1948B is #1E6B74. Grayscale: #AAAAAA. Windows color (decimal): -1993589 or 9147617. OLE color: 9147617.

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

Color convert

RGB 225 148 139 -
CMYK 0 0.34 0.38 0.12
HSL 6.28º 0.59% 0.71% -
HSV(B) 6.28º 0.38% 0.88% -
XYZ 46.3 39.05 29.52 -
YUV 170 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 225 148 139 0 0.34 0.38 0.12 6.28 0.59 0.71
Hex E1 94 8B 0 22 26 C 6 3B 47
Octal 341 224 213 0 42 46 14 6 73 107
Binary 11100001 10010100 10001011 0 100010 100110 1100 110 111011 1000111

Color Harmonies of #E1948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1948B

Black with #E1948B

Text Example


Text Example

White with #E1948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1948B; }

 p { color: rgb(225,148,139); }

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

background-color css

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

 a { background-color: rgb(225,148,139); }

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

border-color css

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

 span { border-color: rgb(225,148,139); }

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