Html Css Color HEX #E1918F Petite Orchid

📋 copy color: '#E1918F'

red 225 ◦ green 145 ◦ blue 143

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

Shades of Petite Orchid #E1918F

Tints of Petite Orchid #E1918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.27%

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 43.86%
G = 28.27%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1918F (or 0xE1918F) is known color: Petite Orchid. HEX triplet: E1, 91 and 8F. RGB value is (225,145,143). Sum of RGB (Red+Green+Blue) = 225+145+143=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1918F is #1E6E70. Grayscale: #A8A8A8. Windows color (decimal): -1994353 or 9408993. OLE color: 9408993.

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

Color convert

RGB 225 145 143 -
CMYK 0 0.36 0.36 0.12
HSL 1.46º 0.58% 0.72% -
HSV(B) 1.46º 0.36% 0.88% -
XYZ 46.13 38.24 30.94 -
YUV 168.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 225 145 143 0 0.36 0.36 0.12 1.46 0.58 0.72
Hex E1 91 8F 0 24 24 C 1 3A 48
Octal 341 221 217 0 44 44 14 1 72 110
Binary 11100001 10010001 10001111 0 100100 100100 1100 1 111010 1001000

Color Harmonies of #E1918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1918F

Black with #E1918F

Text Example


Text Example

White with #E1918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1918F; }

 p { color: rgb(225,145,143); }

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

background-color css

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

 a { background-color: rgb(225,145,143); }

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

border-color css

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

 span { border-color: rgb(225,145,143); }

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