Html Css Color HEX #E69B96 Petite Orchid

📋 copy color: '#E69B96'

red 230 ◦ green 155 ◦ blue 150

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

Shades of Petite Orchid #E69B96

Tints of Petite Orchid #E69B96

RGB

 RED value IS 230 (90.23% from 255) = 42.99%

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

 BLUE value IS 150 (58.98% from 255) = 28.04%

R = 42.99%
G = 28.97%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E69B96 (or 0xE69B96) is known color: Petite Orchid. HEX triplet: E6, 9B and 96. RGB value is (230,155,150). Sum of RGB (Red+Green+Blue) = 230+155+150=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B96 is #196469. Grayscale: #B0B0B0. Windows color (decimal): -1664106 or 9870310. OLE color: 9870310.

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

Color convert

RGB 230 155 150 -
CMYK 0 0.33 0.35 0.10
HSL 3.75º 0.62% 0.75% -
HSV(B) 3.75º 0.35% 0.9% -
XYZ 49.86 42.47 34.42 -
YUV 176.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 230 155 150 0 0.33 0.35 0.10 3.75 0.62 0.75
Hex E6 9B 96 0 21 23 A 4 3E 4B
Octal 346 233 226 0 41 43 12 4 76 113
Binary 11100110 10011011 10010110 0 100001 100011 1010 100 111110 1001011

Color Harmonies of #E69B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B96

Black with #E69B96

Text Example


Text Example

White with #E69B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B96; }

 p { color: rgb(230,155,150); }

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

background-color css

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

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

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

border-color css

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

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

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