Html Css Color HEX #E69488 Sweet Pink

📋 copy color: '#E69488'

red 230 ◦ green 148 ◦ blue 136

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

Shades of Sweet Pink #E69488

Tints of Sweet Pink #E69488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.79%

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 44.75%
G = 28.79%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E69488 (or 0xE69488) is known color: Sweet Pink. HEX triplet: E6, 94 and 88. RGB value is (230,148,136). Sum of RGB (Red+Green+Blue) = 230+148+136=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E69488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69488 is #196B77. Grayscale: #ABABAB. Windows color (decimal): -1665912 or 8951014. OLE color: 8951014.

HSL color Cylindrical-coordinate representation of color #E69488: hue angle of 7.66º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E69488 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 136 -
CMYK 0 0.36 0.41 0.10
HSL 7.66º 0.65% 0.72% -
HSV(B) 7.66º 0.41% 0.9% -
XYZ 47.67 39.78 28.46 -
YUV 171.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 230 148 136 0 0.36 0.41 0.10 7.66 0.65 0.72
Hex E6 94 88 0 24 29 A 8 41 48
Octal 346 224 210 0 44 51 12 10 101 110
Binary 11100110 10010100 10001000 0 100100 101001 1010 1000 1000001 1001000

Color Harmonies of #E69488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69488

Black with #E69488

Text Example


Text Example

White with #E69488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69488; }

 p { color: rgb(230,148,136); }

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

background-color css

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

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

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

border-color css

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

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

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