#E69292

Color #E69292 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #E69292

Tints of Sweet Pink #E69292

Color information

#E69292 (or 0xE69292) is unknown color: approx Sweet Pink. HEX triplet: E6, 92 and 92. RGB value is (230,146,146). Sum of RGB (Red+Green+Blue) = 230+146+146=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E69292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69292 is #196D6D. Grayscale: #ABABAB. Windows color (decimal): -1666414 or 9605862. OLE color: 9605862.

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

Color convert

RGB230146146-
CMYK00.370.370.10
HSL62.69%73.73%-
HSV(B)36.52%90.2%-
XYZ48.139.4632.27-
YUV171.12113.83170-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.06%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=44.06%
G=27.97%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014614600.370.370.10062.6973.73
HexE6929202525A03f4a
Octal3462222220454512077112
Binary1110011010010010100100100100101100101101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69292; }

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

 H1.HeaderClassName
 {
   color: #E69292;
 }
 .AnyTagClassName
 {
   color: #E69292;
 }
</style>
background-color css

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

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

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

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

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

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