Html Css Color HEX #E19C9C Petite Orchid

📋 copy color: '#E19C9C'

red 225 ◦ green 156 ◦ blue 156

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

Shades of Petite Orchid #E19C9C

Tints of Petite Orchid #E19C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 41.9%
G = 29.05%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E19C9C (or 0xE19C9C) is known color: Petite Orchid. HEX triplet: E1, 9C and 9C. RGB value is (225,156,156). Sum of RGB (Red+Green+Blue) = 225+156+156=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C9C is #1E6363. Grayscale: #B0B0B0. Windows color (decimal): -1991524 or 10263777. OLE color: 10263777.

HSL color Cylindrical-coordinate representation of color #E19C9C: 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.31%. Process color model (Four color, CMYK) of #E19C9C is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 156 156 -
CMYK 0 0.31 0.31 0.12
HSL 0.53% 0.75% -
HSV(B) 0.31% 0.88% -
XYZ 48.94 42.18 37.02 -
YUV 176.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 225 156 156 0 0.31 0.31 0.12 0 0.53 0.75
Hex E1 9C 9C 0 1F 1F C 0 35 4B
Octal 341 234 234 0 37 37 14 0 65 113
Binary 11100001 10011100 10011100 0 11111 11111 1100 0 110101 1001011

Color Harmonies of #E19C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19C9C

Black with #E19C9C

Text Example


Text Example

White with #E19C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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