Html Css Color HEX #E1938D Petite Orchid

📋 copy color: '#E1938D'

red 225 ◦ green 147 ◦ blue 141

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

Shades of Petite Orchid #E1938D

Tints of Petite Orchid #E1938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.65%

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

R = 43.86%
G = 28.65%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1938D (or 0xE1938D) is known color: Petite Orchid. HEX triplet: E1, 93 and 8D. RGB value is (225,147,141). Sum of RGB (Red+Green+Blue) = 225+147+141=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1938D is #1E6C72. Grayscale: #A9A9A9. Windows color (decimal): -1993843 or 9278433. OLE color: 9278433.

HSL color Cylindrical-coordinate representation of color #E1938D: hue angle of 4.29º degrees, saturation: 0.58, 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 #E1938D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 147 141 -
CMYK 0 0.35 0.37 0.12
HSL 4.29º 0.58% 0.72% -
HSV(B) 4.29º 0.37% 0.88% -
XYZ 46.29 38.8 30.25 -
YUV 169.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 225 147 141 0 0.35 0.37 0.12 4.29 0.58 0.72
Hex E1 93 8D 0 23 25 C 4 3A 48
Octal 341 223 215 0 43 45 14 4 72 110
Binary 11100001 10010011 10001101 0 100011 100101 1100 100 111010 1001000

Color Harmonies of #E1938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1938D

Black with #E1938D

Text Example


Text Example

White with #E1938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1938D; }

 p { color: rgb(225,147,141); }

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

background-color css

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

 a { background-color: rgb(225,147,141); }

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

border-color css

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

 span { border-color: rgb(225,147,141); }

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