Html Css Color HEX #E19A8E Petite Orchid

📋 copy color: '#E19A8E'

red 225 ◦ green 154 ◦ blue 142

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

Shades of Petite Orchid #E19A8E

Tints of Petite Orchid #E19A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 43.19%
G = 29.56%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E19A8E (or 0xE19A8E) is known color: Petite Orchid. HEX triplet: E1, 9A and 8E. RGB value is (225,154,142). Sum of RGB (Red+Green+Blue) = 225+154+142=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A8E is #1E6571. Grayscale: #ADADAD. Windows color (decimal): -1992050 or 9345761. OLE color: 9345761.

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

Color convert

RGB 225 154 142 -
CMYK 0 0.32 0.37 0.12
HSL 8.67º 0.58% 0.72% -
HSV(B) 8.67º 0.37% 0.88% -
XYZ 47.49 41.07 31.02 -
YUV 173.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 225 154 142 0 0.32 0.37 0.12 8.67 0.58 0.72
Hex E1 9A 8E 0 20 25 C 9 3A 48
Octal 341 232 216 0 40 45 14 11 72 110
Binary 11100001 10011010 10001110 0 100000 100101 1100 1001 111010 1001000

Color Harmonies of #E19A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19A8E

Black with #E19A8E

Text Example


Text Example

White with #E19A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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