Html Css Color HEX #E19795 Petite Orchid

📋 copy color: '#E19795'

red 225 ◦ green 151 ◦ blue 149

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

Shades of Petite Orchid #E19795

Tints of Petite Orchid #E19795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.76%

 BLUE value IS 149 (58.59% from 255) = 28.38%

R = 42.86%
G = 28.76%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E19795 (or 0xE19795) is known color: Petite Orchid. HEX triplet: E1, 97 and 95. RGB value is (225,151,149). Sum of RGB (Red+Green+Blue) = 225+151+149=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E19795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19795 is #1E686A. Grayscale: #ACACAC. Windows color (decimal): -1992811 or 9803745. OLE color: 9803745.

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

Color convert

RGB 225 151 149 -
CMYK 0 0.33 0.34 0.12
HSL 1.58º 0.56% 0.73% -
HSV(B) 1.58º 0.34% 0.88% -
XYZ 47.54 40.31 33.71 -
YUV 172.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 225 151 149 0 0.33 0.34 0.12 1.58 0.56 0.73
Hex E1 97 95 0 21 22 C 2 38 49
Octal 341 227 225 0 41 42 14 2 70 111
Binary 11100001 10010111 10010101 0 100001 100010 1100 10 111000 1001001

Color Harmonies of #E19795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19795

Black with #E19795

Text Example


Text Example

White with #E19795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19795; }

 p { color: rgb(225,151,149); }

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

background-color css

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

 a { background-color: rgb(225,151,149); }

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

border-color css

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

 span { border-color: rgb(225,151,149); }

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