Html Css Color HEX #E1948C Petite Orchid

📋 copy color: '#E1948C'

red 225 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #E1948C

Tints of Petite Orchid #E1948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 43.86%
G = 28.85%
B = 27.29%

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

#E1948C (or 0xE1948C) is known color: Petite Orchid. HEX triplet: E1, 94 and 8C. RGB value is (225,148,140). Sum of RGB (Red+Green+Blue) = 225+148+140=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1948C is #1E6B73. Grayscale: #AAAAAA. Windows color (decimal): -1993588 or 9213153. OLE color: 9213153.

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

Color convert

RGB 225 148 140 -
CMYK 0 0.34 0.38 0.12
HSL 5.65º 0.59% 0.72% -
HSV(B) 5.65º 0.38% 0.88% -
XYZ 46.37 39.08 29.91 -
YUV 170.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 225 148 140 0 0.34 0.38 0.12 5.65 0.59 0.72
Hex E1 94 8C 0 22 26 C 6 3B 48
Octal 341 224 214 0 42 46 14 6 73 110
Binary 11100001 10010100 10001100 0 100010 100110 1100 110 111011 1001000

Color Harmonies of #E1948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1948C

Black with #E1948C

Text Example


Text Example

White with #E1948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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