Html Css Color HEX #E69992 Petite Orchid

📋 copy color: '#E69992'

red 230 ◦ green 153 ◦ blue 146

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

Shades of Petite Orchid #E69992

Tints of Petite Orchid #E69992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.92%

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

R = 43.48%
G = 28.92%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69992 (or 0xE69992) is known color: Petite Orchid. HEX triplet: E6, 99 and 92. RGB value is (230,153,146). Sum of RGB (Red+Green+Blue) = 230+153+146=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E69992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69992 is #19666D. Grayscale: #AFAFAF. Windows color (decimal): -1664622 or 9607654. OLE color: 9607654.

HSL color Cylindrical-coordinate representation of color #E69992: hue angle of 5º 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 #E69992 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 153 146 -
CMYK 0 0.33 0.37 0.10
HSL 0.63% 0.74% -
HSV(B) 0.37% 0.9% -
XYZ 49.21 41.68 32.65 -
YUV 175.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 230 153 146 0 0.33 0.37 0.10 5 0.63 0.74
Hex E6 99 92 0 21 25 A 5 3F 4A
Octal 346 231 222 0 41 45 12 5 77 112
Binary 11100110 10011001 10010010 0 100001 100101 1010 101 111111 1001010

Color Harmonies of #E69992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69992

Black with #E69992

Text Example


Text Example

White with #E69992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69992; }

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

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

background-color css

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

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

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

border-color css

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

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

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