Html Css Color HEX #E19A94 Petite Orchid

📋 copy color: '#E19A94'

red 225 ◦ green 154 ◦ blue 148

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

Shades of Petite Orchid #E19A94

Tints of Petite Orchid #E19A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.08%

R = 42.69%
G = 29.22%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E19A94 (or 0xE19A94) is known color: Petite Orchid. HEX triplet: E1, 9A and 94. RGB value is (225,154,148). Sum of RGB (Red+Green+Blue) = 225+154+148=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A94 is #1E656B. Grayscale: #AEAEAE. Windows color (decimal): -1992044 or 9738977. OLE color: 9738977.

HSL color Cylindrical-coordinate representation of color #E19A94: hue angle of 4.68º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19A94 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 154 148 -
CMYK 0 0.32 0.34 0.12
HSL 4.68º 0.56% 0.73% -
HSV(B) 4.68º 0.34% 0.88% -
XYZ 47.95 41.26 33.45 -
YUV 174.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 225 154 148 0 0.32 0.34 0.12 4.68 0.56 0.73
Hex E1 9A 94 0 20 22 C 5 38 49
Octal 341 232 224 0 40 42 14 5 70 111
Binary 11100001 10011010 10010100 0 100000 100010 1100 101 111000 1001001

Color Harmonies of #E19A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19A94

Black with #E19A94

Text Example


Text Example

White with #E19A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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