Html Css Color HEX #E5948E Sweet Pink

📋 copy color: '#E5948E'

red 229 ◦ green 148 ◦ blue 142

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

Shades of Sweet Pink #E5948E

Tints of Sweet Pink #E5948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.36%

R = 44.12%
G = 28.52%
B = 27.36%

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

#E5948E (or 0xE5948E) is known color: Sweet Pink. HEX triplet: E5, 94 and 8E. RGB value is (229,148,142). Sum of RGB (Red+Green+Blue) = 229+148+142=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5948E is #1A6B71. Grayscale: #ABABAB. Windows color (decimal): -1731442 or 9344229. OLE color: 9344229.

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

Color convert

RGB 229 148 142 -
CMYK 0 0.35 0.38 0.10
HSL 4.14º 0.63% 0.73% -
HSV(B) 4.14º 0.38% 0.9% -
XYZ 47.79 39.79 30.75 -
YUV 171.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 229 148 142 0 0.35 0.38 0.10 4.14 0.63 0.73
Hex E5 94 8E 0 23 26 A 4 3F 49
Octal 345 224 216 0 43 46 12 4 77 111
Binary 11100101 10010100 10001110 0 100011 100110 1010 100 111111 1001001

Color Harmonies of #E5948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5948E

Black with #E5948E

Text Example


Text Example

White with #E5948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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