Html Css Color HEX #E19A8F Petite Orchid

📋 copy color: '#E19A8F'

red 225 ◦ green 154 ◦ blue 143

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

Shades of Petite Orchid #E19A8F

Tints of Petite Orchid #E19A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

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

R = 43.1%
G = 29.5%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E19A8F (or 0xE19A8F) is known color: Petite Orchid. HEX triplet: E1, 9A and 8F. RGB value is (225,154,143). Sum of RGB (Red+Green+Blue) = 225+154+143=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A8F is #1E6570. Grayscale: #AEAEAE. Windows color (decimal): -1992049 or 9411297. OLE color: 9411297.

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

Color convert

RGB 225 154 143 -
CMYK 0 0.32 0.36 0.12
HSL 8.05º 0.58% 0.72% -
HSV(B) 8.05º 0.36% 0.88% -
XYZ 47.56 41.1 31.41 -
YUV 173.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 225 154 143 0 0.32 0.36 0.12 8.05 0.58 0.72
Hex E1 9A 8F 0 20 24 C 8 3A 48
Octal 341 232 217 0 40 44 14 10 72 110
Binary 11100001 10011010 10001111 0 100000 100100 1100 1000 111010 1001000

Color Harmonies of #E19A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19A8F

Black with #E19A8F

Text Example


Text Example

White with #E19A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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