Html Css Color HEX #E1908F Petite Orchid

📋 copy color: '#E1908F'

red 225 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #E1908F

Tints of Petite Orchid #E1908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.13%

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

R = 43.95%
G = 28.13%
B = 27.93%

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

#E1908F (or 0xE1908F) is known color: Petite Orchid. HEX triplet: E1, 90 and 8F. RGB value is (225,144,143). Sum of RGB (Red+Green+Blue) = 225+144+143=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1908F is #1E6F70. Grayscale: #A8A8A8. Windows color (decimal): -1994609 or 9408737. OLE color: 9408737.

HSL color Cylindrical-coordinate representation of color #E1908F: hue angle of 0.73º 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 #E1908F is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 144 143 -
CMYK 0 0.36 0.36 0.12
HSL 0.73º 0.58% 0.72% -
HSV(B) 0.73º 0.36% 0.88% -
XYZ 45.98 37.94 30.89 -
YUV 168.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 225 144 143 0 0.36 0.36 0.12 0.73 0.58 0.72
Hex E1 90 8F 0 24 24 C 1 3A 48
Octal 341 220 217 0 44 44 14 1 72 110
Binary 11100001 10010000 10001111 0 100100 100100 1100 1 111010 1001000

Color Harmonies of #E1908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1908F

Black with #E1908F

Text Example


Text Example

White with #E1908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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