Html Css Color HEX #E69898 Sweet Pink

📋 copy color: '#E69898'

red 230 ◦ green 152 ◦ blue 152

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

Shades of Sweet Pink #E69898

Tints of Sweet Pink #E69898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.46%

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 43.07%
G = 28.46%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E69898 (or 0xE69898) is known color: Sweet Pink. HEX triplet: E6, 98 and 98. RGB value is (230,152,152). Sum of RGB (Red+Green+Blue) = 230+152+152=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E69898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69898 is #196767. Grayscale: #AFAFAF. Windows color (decimal): -1664872 or 10000614. OLE color: 10000614.

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

Color convert

RGB 230 152 152 -
CMYK 0 0.34 0.34 0.10
HSL 0.61% 0.75% -
HSV(B) 0.34% 0.9% -
XYZ 49.53 41.55 35.11 -
YUV 175.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 230 152 152 0 0.34 0.34 0.10 0 0.61 0.75
Hex E6 98 98 0 22 22 A 0 3D 4B
Octal 346 230 230 0 42 42 12 0 75 113
Binary 11100110 10011000 10011000 0 100010 100010 1010 0 111101 1001011

Color Harmonies of #E69898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69898

Black with #E69898

Text Example


Text Example

White with #E69898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69898; }

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

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

background-color css

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

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

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

border-color css

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

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

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