Html Css Color HEX #E69690 Sweet Pink

📋 copy color: '#E69690'

red 230 ◦ green 150 ◦ blue 144

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

Shades of Sweet Pink #E69690

Tints of Sweet Pink #E69690

RGB

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

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

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

R = 43.89%
G = 28.63%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69690 (or 0xE69690) is known color: Sweet Pink. HEX triplet: E6, 96 and 90. RGB value is (230,150,144). Sum of RGB (Red+Green+Blue) = 230+150+144=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E69690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69690 is #19696F. Grayscale: #ADADAD. Windows color (decimal): -1665392 or 9475814. OLE color: 9475814.

HSL color Cylindrical-coordinate representation of color #E69690: hue angle of 4.19º 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 #E69690 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 144 -
CMYK 0 0.35 0.37 0.10
HSL 4.19º 0.63% 0.73% -
HSV(B) 4.19º 0.37% 0.9% -
XYZ 48.57 40.65 31.67 -
YUV 173.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 230 150 144 0 0.35 0.37 0.10 4.19 0.63 0.73
Hex E6 96 90 0 23 25 A 4 3F 49
Octal 346 226 220 0 43 45 12 4 77 111
Binary 11100110 10010110 10010000 0 100011 100101 1010 100 111111 1001001

Color Harmonies of #E69690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69690

Black with #E69690

Text Example


Text Example

White with #E69690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69690; }

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

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

background-color css

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

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

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

border-color css

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

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

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