Html Css Color HEX #EA948D Sweet Pink

📋 copy color: '#EA948D'

red 234 ◦ green 148 ◦ blue 141

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

Shades of Sweet Pink #EA948D

Tints of Sweet Pink #EA948D

RGB

 RED value IS 234 (91.8% from 255) = 44.74%

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

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

R = 44.74%
G = 28.3%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA948D (or 0xEA948D) is known color: Sweet Pink. HEX triplet: EA, 94 and 8D. RGB value is (234,148,141). Sum of RGB (Red+Green+Blue) = 234+148+141=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA948D is #156B72. Grayscale: #ADADAD. Windows color (decimal): -1403763 or 9278698. OLE color: 9278698.

HSL color Cylindrical-coordinate representation of color #EA948D: hue angle of 4.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA948D is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 148 141 -
CMYK 0 0.37 0.40 0.08
HSL 4.52º 0.69% 0.74% -
HSV(B) 4.52º 0.4% 0.92% -
XYZ 49.33 40.6 30.44 -
YUV 172.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 234 148 141 0 0.37 0.40 0.08 4.52 0.69 0.74
Hex EA 94 8D 0 25 28 8 5 45 4A
Octal 352 224 215 0 45 50 10 5 105 112
Binary 11101010 10010100 10001101 0 100101 101000 1000 101 1000101 1001010

Color Harmonies of #EA948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA948D

Black with #EA948D

Text Example


Text Example

White with #EA948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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