Html Css Color HEX #E19694 Petite Orchid

📋 copy color: '#E19694'

red 225 ◦ green 150 ◦ blue 148

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

Shades of Petite Orchid #E19694

Tints of Petite Orchid #E19694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.68%

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

R = 43.02%
G = 28.68%
B = 28.3%

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

#E19694 (or 0xE19694) is known color: Petite Orchid. HEX triplet: E1, 96 and 94. RGB value is (225,150,148). Sum of RGB (Red+Green+Blue) = 225+150+148=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E19694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19694 is #1E696B. Grayscale: #ACACAC. Windows color (decimal): -1993068 or 9737953. OLE color: 9737953.

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

Color convert

RGB 225 150 148 -
CMYK 0 0.33 0.34 0.12
HSL 1.56º 0.56% 0.73% -
HSV(B) 1.56º 0.34% 0.88% -
XYZ 47.3 39.96 33.24 -
YUV 172.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 225 150 148 0 0.33 0.34 0.12 1.56 0.56 0.73
Hex E1 96 94 0 21 22 C 2 38 49
Octal 341 226 224 0 41 42 14 2 70 111
Binary 11100001 10010110 10010100 0 100001 100010 1100 10 111000 1001001

Color Harmonies of #E19694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19694

Black with #E19694

Text Example


Text Example

White with #E19694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19694; }

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

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

background-color css

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

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

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

border-color css

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

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

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