Html Css Color HEX #E1908B Petite Orchid

📋 copy color: '#E1908B'

red 225 ◦ green 144 ◦ blue 139

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

Shades of Petite Orchid #E1908B

Tints of Petite Orchid #E1908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 44.29%
G = 28.35%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1908B (or 0xE1908B) is known color: Petite Orchid. HEX triplet: E1, 90 and 8B. RGB value is (225,144,139). Sum of RGB (Red+Green+Blue) = 225+144+139=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1908B is #1E6F74. Grayscale: #A7A7A7. Windows color (decimal): -1994613 or 9146593. OLE color: 9146593.

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

Color convert

RGB 225 144 139 -
CMYK 0 0.36 0.38 0.12
HSL 3.49º 0.59% 0.71% -
HSV(B) 3.49º 0.38% 0.88% -
XYZ 45.68 37.82 29.32 -
YUV 167.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 225 144 139 0 0.36 0.38 0.12 3.49 0.59 0.71
Hex E1 90 8B 0 24 26 C 3 3B 47
Octal 341 220 213 0 44 46 14 3 73 107
Binary 11100001 10010000 10001011 0 100100 100110 1100 11 111011 1000111

Color Harmonies of #E1908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1908B

Black with #E1908B

Text Example


Text Example

White with #E1908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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