Html Css Color HEX #E19D9D Petite Orchid

📋 copy color: '#E19D9D'

red 225 ◦ green 157 ◦ blue 157

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

Shades of Petite Orchid #E19D9D

Tints of Petite Orchid #E19D9D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.13%

 BLUE value IS 157 (61.72% from 255) = 29.13%

R = 41.74%
G = 29.13%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E19D9D (or 0xE19D9D) is known color: Petite Orchid. HEX triplet: E1, 9D and 9D. RGB value is (225,157,157). Sum of RGB (Red+Green+Blue) = 225+157+157=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D9D is #1E6262. Grayscale: #B1B1B1. Windows color (decimal): -1991267 or 10329569. OLE color: 10329569.

HSL color Cylindrical-coordinate representation of color #E19D9D: hue angle of 0º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19D9D is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 157 157 -
CMYK 0 0.30 0.30 0.12
HSL 0.53% 0.75% -
HSV(B) 0.3% 0.88% -
XYZ 49.19 42.56 37.52 -
YUV 177.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 225 157 157 0 0.30 0.30 0.12 0 0.53 0.75
Hex E1 9D 9D 0 1E 1E C 0 35 4B
Octal 341 235 235 0 36 36 14 0 65 113
Binary 11100001 10011101 10011101 0 11110 11110 1100 0 110101 1001011

Color Harmonies of #E19D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19D9D

Black with #E19D9D

Text Example


Text Example

White with #E19D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19D9D; }

 p { color: rgb(225,157,157); }

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

background-color css

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

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

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

border-color css

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

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

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