Html Css Color HEX #E09B9B Petite Orchid

📋 copy color: '#E09B9B'

red 224 ◦ green 155 ◦ blue 155

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

Shades of Petite Orchid #E09B9B

Tints of Petite Orchid #E09B9B

RGB

 RED value IS 224 (87.89% from 255) = 41.95%

 GREEN value IS 155 (60.94% from 255) = 29.03%

 BLUE value IS 155 (60.94% from 255) = 29.03%

R = 41.95%
G = 29.03%
B = 29.03%

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

#E09B9B (or 0xE09B9B) is known color: Petite Orchid. HEX triplet: E0, 9B and 9B. RGB value is (224,155,155). Sum of RGB (Red+Green+Blue) = 224+155+155=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B9B is #1F6464. Grayscale: #AFAFAF. Windows color (decimal): -2057317 or 10197984. OLE color: 10197984.

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

Color convert

RGB 224 155 155 -
CMYK 0 0.31 0.31 0.12
HSL 0.53% 0.74% -
HSV(B) 0.31% 0.88% -
XYZ 48.38 41.66 36.5 -
YUV 175.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 224 155 155 0 0.31 0.31 0.12 0 0.53 0.74
Hex E0 9B 9B 0 1F 1F C 0 35 4A
Octal 340 233 233 0 37 37 14 0 65 112
Binary 11100000 10011011 10011011 0 11111 11111 1100 0 110101 1001010

Color Harmonies of #E09B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09B9B

Black with #E09B9B

Text Example


Text Example

White with #E09B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09B9B; }

 p { color: rgb(224,155,155); }

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

background-color css

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

 a { background-color: rgb(224,155,155); }

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

border-color css

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

 span { border-color: rgb(224,155,155); }

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