Html Css Color HEX #E58A8A Sweet Pink

📋 copy color: '#E58A8A'

red 229 ◦ green 138 ◦ blue 138

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

Shades of Sweet Pink #E58A8A

Tints of Sweet Pink #E58A8A

RGB

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

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

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

R = 45.35%
G = 27.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E58A8A (or 0xE58A8A) is known color: Sweet Pink. HEX triplet: E5, 8A and 8A. RGB value is (229,138,138). Sum of RGB (Red+Green+Blue) = 229+138+138=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A8A is #1A7575. Grayscale: #A5A5A5. Windows color (decimal): -1734006 or 9079525. OLE color: 9079525.

HSL color Cylindrical-coordinate representation of color #E58A8A: hue angle of 0º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58A8A is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 138 138 -
CMYK 0 0.40 0.40 0.10
HSL 0.64% 0.72% -
HSV(B) 0.4% 0.9% -
XYZ 45.99 36.67 28.7 -
YUV 165.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 229 138 138 0 0.40 0.40 0.10 0 0.64 0.72
Hex E5 8A 8A 0 28 28 A 0 40 48
Octal 345 212 212 0 50 50 12 0 100 110
Binary 11100101 10001010 10001010 0 101000 101000 1010 0 1000000 1001000

Color Harmonies of #E58A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58A8A

Black with #E58A8A

Text Example


Text Example

White with #E58A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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