Html Css Color HEX #E48A8A Sweet Pink

📋 copy color: '#E48A8A'

red 228 ◦ green 138 ◦ blue 138

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

Shades of Sweet Pink #E48A8A

Tints of Sweet Pink #E48A8A

RGB

 RED value IS 228 (89.45% from 255) = 45.24%

 GREEN value IS 138 (54.3% from 255) = 27.38%

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 45.24%
G = 27.38%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E48A8A (or 0xE48A8A) is known color: Sweet Pink. HEX triplet: E4, 8A and 8A. RGB value is (228,138,138). Sum of RGB (Red+Green+Blue) = 228+138+138=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A8A is #1B7575. Grayscale: #A5A5A5. Windows color (decimal): -1799542 or 9079524. OLE color: 9079524.

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

Color convert

RGB 228 138 138 -
CMYK 0 0.39 0.39 0.11
HSL 0.63% 0.72% -
HSV(B) 0.39% 0.89% -
XYZ 45.67 36.51 28.68 -
YUV 164.91 112.82 173 -
System Red Green Blue C M Y K H S L
Decimal 228 138 138 0 0.39 0.39 0.11 0 0.63 0.72
Hex E4 8A 8A 0 27 27 B 0 3E 48
Octal 344 212 212 0 47 47 13 0 76 110
Binary 11100100 10001010 10001010 0 100111 100111 1011 0 111110 1001000

Color Harmonies of #E48A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A8A

Black with #E48A8A

Text Example


Text Example

White with #E48A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A8A; }

 p { color: rgb(228,138,138); }

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

background-color css

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

 a { background-color: rgb(228,138,138); }

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

border-color css

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

 span { border-color: rgb(228,138,138); }

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