Html Css Color HEX #E0948D Petite Orchid

📋 copy color: '#E0948D'

red 224 ◦ green 148 ◦ blue 141

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

Shades of Petite Orchid #E0948D

Tints of Petite Orchid #E0948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 43.66%
G = 28.85%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0948D (or 0xE0948D) is known color: Petite Orchid. HEX triplet: E0, 94 and 8D. RGB value is (224,148,141). Sum of RGB (Red+Green+Blue) = 224+148+141=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0948D is #1F6B72. Grayscale: #AAAAAA. Windows color (decimal): -2059123 or 9278688. OLE color: 9278688.

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

Color convert

RGB 224 148 141 -
CMYK 0 0.34 0.37 0.12
HSL 5.06º 0.57% 0.72% -
HSV(B) 5.06º 0.37% 0.88% -
XYZ 46.14 38.95 30.29 -
YUV 169.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 224 148 141 0 0.34 0.37 0.12 5.06 0.57 0.72
Hex E0 94 8D 0 22 25 C 5 39 48
Octal 340 224 215 0 42 45 14 5 71 110
Binary 11100000 10010100 10001101 0 100010 100101 1100 101 111001 1001000

Color Harmonies of #E0948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0948D

Black with #E0948D

Text Example


Text Example

White with #E0948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0948D; }

 p { color: rgb(224,148,141); }

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

background-color css

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

 a { background-color: rgb(224,148,141); }

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

border-color css

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

 span { border-color: rgb(224,148,141); }

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