Html Css Color HEX #E59C9C Petite Orchid

📋 copy color: '#E59C9C'

red 229 ◦ green 156 ◦ blue 156

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

Shades of Petite Orchid #E59C9C

Tints of Petite Orchid #E59C9C

RGB

 RED value IS 229 (89.84% from 255) = 42.33%

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

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

R = 42.33%
G = 28.84%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E59C9C (or 0xE59C9C) is known color: Petite Orchid. HEX triplet: E5, 9C and 9C. RGB value is (229,156,156). Sum of RGB (Red+Green+Blue) = 229+156+156=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C9C is #1A6363. Grayscale: #B1B1B1. Windows color (decimal): -1729380 or 10263781. OLE color: 10263781.

HSL color Cylindrical-coordinate representation of color #E59C9C: hue angle of 0º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59C9C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 156 156 -
CMYK 0 0.32 0.32 0.10
HSL 0.58% 0.75% -
HSV(B) 0.32% 0.9% -
XYZ 50.2 42.84 37.07 -
YUV 177.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 229 156 156 0 0.32 0.32 0.10 0 0.58 0.75
Hex E5 9C 9C 0 20 20 A 0 3A 4B
Octal 345 234 234 0 40 40 12 0 72 113
Binary 11100101 10011100 10011100 0 100000 100000 1010 0 111010 1001011

Color Harmonies of #E59C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59C9C

Black with #E59C9C

Text Example


Text Example

White with #E59C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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