Html Css Color HEX #E5948D Sweet Pink

📋 copy color: '#E5948D'

red 229 ◦ green 148 ◦ blue 141

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

Shades of Sweet Pink #E5948D

Tints of Sweet Pink #E5948D

RGB

 RED value IS 229 (89.84% from 255) = 44.21%

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

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 44.21%
G = 28.57%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5948D (or 0xE5948D) is known color: Sweet Pink. HEX triplet: E5, 94 and 8D. RGB value is (229,148,141). Sum of RGB (Red+Green+Blue) = 229+148+141=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5948D is #1A6B72. Grayscale: #ABABAB. Windows color (decimal): -1731443 or 9278693. OLE color: 9278693.

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

Color convert

RGB 229 148 141 -
CMYK 0 0.35 0.38 0.10
HSL 4.77º 0.63% 0.73% -
HSV(B) 4.77º 0.38% 0.9% -
XYZ 47.71 39.76 30.36 -
YUV 171.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 229 148 141 0 0.35 0.38 0.10 4.77 0.63 0.73
Hex E5 94 8D 0 23 26 A 5 3F 49
Octal 345 224 215 0 43 46 12 5 77 111
Binary 11100101 10010100 10001101 0 100011 100110 1010 101 111111 1001001

Color Harmonies of #E5948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5948D

Black with #E5948D

Text Example


Text Example

White with #E5948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5948D; }

 p { color: rgb(229,148,141); }

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

background-color css

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

 a { background-color: rgb(229,148,141); }

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

border-color css

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

 span { border-color: rgb(229,148,141); }

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