Html Css Color HEX #E69490 Sweet Pink

📋 copy color: '#E69490'

red 230 ◦ green 148 ◦ blue 144

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

Shades of Sweet Pink #E69490

Tints of Sweet Pink #E69490

RGB

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

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

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

R = 44.06%
G = 28.35%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69490 (or 0xE69490) is known color: Sweet Pink. HEX triplet: E6, 94 and 90. RGB value is (230,148,144). Sum of RGB (Red+Green+Blue) = 230+148+144=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E69490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69490 is #196B6F. Grayscale: #ACACAC. Windows color (decimal): -1665904 or 9475302. OLE color: 9475302.

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

Color convert

RGB 230 148 144 -
CMYK 0 0.36 0.37 0.10
HSL 2.79º 0.63% 0.73% -
HSV(B) 2.79º 0.37% 0.9% -
XYZ 48.26 40.02 31.57 -
YUV 172.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 230 148 144 0 0.36 0.37 0.10 2.79 0.63 0.73
Hex E6 94 90 0 24 25 A 3 3F 49
Octal 346 224 220 0 44 45 12 3 77 111
Binary 11100110 10010100 10010000 0 100100 100101 1010 11 111111 1001001

Color Harmonies of #E69490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69490

Black with #E69490

Text Example


Text Example

White with #E69490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69490; }

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

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

background-color css

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

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

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

border-color css

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

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

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