Html Css Color HEX #E69290 Sweet Pink

📋 copy color: '#E69290'

red 230 ◦ green 146 ◦ blue 144

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

Shades of Sweet Pink #E69290

Tints of Sweet Pink #E69290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.08%

 BLUE value IS 144 (56.64% from 255) = 27.69%

R = 44.23%
G = 28.08%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69290 (or 0xE69290) is known color: Sweet Pink. HEX triplet: E6, 92 and 90. RGB value is (230,146,144). Sum of RGB (Red+Green+Blue) = 230+146+144=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E69290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69290 is #196D6F. Grayscale: #AAAAAA. Windows color (decimal): -1666416 or 9474790. OLE color: 9474790.

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

Color convert

RGB 230 146 144 -
CMYK 0 0.37 0.37 0.10
HSL 1.4º 0.63% 0.73% -
HSV(B) 1.4º 0.37% 0.9% -
XYZ 47.95 39.39 31.46 -
YUV 170.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 230 146 144 0 0.37 0.37 0.10 1.4 0.63 0.73
Hex E6 92 90 0 25 25 A 1 3F 49
Octal 346 222 220 0 45 45 12 1 77 111
Binary 11100110 10010010 10010000 0 100101 100101 1010 1 111111 1001001

Color Harmonies of #E69290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69290

Black with #E69290

Text Example


Text Example

White with #E69290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69290; }

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

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

background-color css

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

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

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

border-color css

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

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

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