Html Css Color HEX #E69896 Sweet Pink

📋 copy color: '#E69896'

red 230 ◦ green 152 ◦ blue 150

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

Shades of Sweet Pink #E69896

Tints of Sweet Pink #E69896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.2%

R = 43.23%
G = 28.57%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E69896 (or 0xE69896) is known color: Sweet Pink. HEX triplet: E6, 98 and 96. RGB value is (230,152,150). Sum of RGB (Red+Green+Blue) = 230+152+150=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E69896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69896 is #196769. Grayscale: #AFAFAF. Windows color (decimal): -1664874 or 9869542. OLE color: 9869542.

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

Color convert

RGB 230 152 150 -
CMYK 0 0.34 0.35 0.10
HSL 1.5º 0.62% 0.75% -
HSV(B) 1.5º 0.35% 0.9% -
XYZ 49.37 41.48 34.26 -
YUV 175.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 230 152 150 0 0.34 0.35 0.10 1.5 0.62 0.75
Hex E6 98 96 0 22 23 A 2 3E 4B
Octal 346 230 226 0 42 43 12 2 76 113
Binary 11100110 10011000 10010110 0 100010 100011 1010 10 111110 1001011

Color Harmonies of #E69896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69896

Black with #E69896

Text Example


Text Example

White with #E69896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69896; }

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

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

background-color css

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

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

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

border-color css

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

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

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