Html Css Color HEX #E69695 Sweet Pink

📋 copy color: '#E69695'

red 230 ◦ green 150 ◦ blue 149

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

Shades of Sweet Pink #E69695

Tints of Sweet Pink #E69695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.36%

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 43.48%
G = 28.36%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E69695 (or 0xE69695) is known color: Sweet Pink. HEX triplet: E6, 96 and 95. RGB value is (230,150,149). Sum of RGB (Red+Green+Blue) = 230+150+149=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E69695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69695 is #19696A. Grayscale: #ADADAD. Windows color (decimal): -1665387 or 9803494. OLE color: 9803494.

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

Color convert

RGB 230 150 149 -
CMYK 0 0.35 0.35 0.10
HSL 0.74º 0.62% 0.74% -
HSV(B) 0.74º 0.35% 0.9% -
XYZ 48.96 40.81 33.73 -
YUV 173.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 230 150 149 0 0.35 0.35 0.10 0.74 0.62 0.74
Hex E6 96 95 0 23 23 A 1 3E 4A
Octal 346 226 225 0 43 43 12 1 76 112
Binary 11100110 10010110 10010101 0 100011 100011 1010 1 111110 1001010

Color Harmonies of #E69695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69695

Black with #E69695

Text Example


Text Example

White with #E69695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69695; }

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

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

background-color css

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

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

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

border-color css

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

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

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