Html Css Color HEX #E69C92 Petite Orchid

📋 copy color: '#E69C92'

red 230 ◦ green 156 ◦ blue 146

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

Shades of Petite Orchid #E69C92

Tints of Petite Orchid #E69C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.44%

R = 43.23%
G = 29.32%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69C92 (or 0xE69C92) is known color: Petite Orchid. HEX triplet: E6, 9C and 92. RGB value is (230,156,146). Sum of RGB (Red+Green+Blue) = 230+156+146=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C92 is #19636D. Grayscale: #B1B1B1. Windows color (decimal): -1663854 or 9608422. OLE color: 9608422.

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

Color convert

RGB 230 156 146 -
CMYK 0 0.32 0.37 0.10
HSL 7.14º 0.63% 0.74% -
HSV(B) 7.14º 0.37% 0.9% -
XYZ 49.71 42.68 32.81 -
YUV 176.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 230 156 146 0 0.32 0.37 0.10 7.14 0.63 0.74
Hex E6 9C 92 0 20 25 A 7 3F 4A
Octal 346 234 222 0 40 45 12 7 77 112
Binary 11100110 10011100 10010010 0 100000 100101 1010 111 111111 1001010

Color Harmonies of #E69C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C92

Black with #E69C92

Text Example


Text Example

White with #E69C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C92; }

 p { color: rgb(230,156,146); }

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

background-color css

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

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

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

border-color css

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

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

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