Html Css Color HEX #E19C94 Petite Orchid

📋 copy color: '#E19C94'

red 225 ◦ green 156 ◦ blue 148

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

Shades of Petite Orchid #E19C94

Tints of Petite Orchid #E19C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.49%

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

R = 42.53%
G = 29.49%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E19C94 (or 0xE19C94) is known color: Petite Orchid. HEX triplet: E1, 9C and 94. RGB value is (225,156,148). Sum of RGB (Red+Green+Blue) = 225+156+148=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C94 is #1E636B. Grayscale: #AFAFAF. Windows color (decimal): -1991532 or 9739489. OLE color: 9739489.

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

Color convert

RGB 225 156 148 -
CMYK 0 0.31 0.34 0.12
HSL 6.23º 0.56% 0.73% -
HSV(B) 6.23º 0.34% 0.88% -
XYZ 48.29 41.92 33.56 -
YUV 175.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 225 156 148 0 0.31 0.34 0.12 6.23 0.56 0.73
Hex E1 9C 94 0 1F 22 C 6 38 49
Octal 341 234 224 0 37 42 14 6 70 111
Binary 11100001 10011100 10010100 0 11111 100010 1100 110 111000 1001001

Color Harmonies of #E19C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19C94

Black with #E19C94

Text Example


Text Example

White with #E19C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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