Html Css Color HEX #EB918D Sweet Pink

📋 copy color: '#EB918D'

red 235 ◦ green 145 ◦ blue 141

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

Shades of Sweet Pink #EB918D

Tints of Sweet Pink #EB918D

RGB

 RED value IS 235 (92.19% from 255) = 45.11%

 GREEN value IS 145 (57.03% from 255) = 27.83%

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

R = 45.11%
G = 27.83%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB918D (or 0xEB918D) is known color: Sweet Pink. HEX triplet: EB, 91 and 8D. RGB value is (235,145,141). Sum of RGB (Red+Green+Blue) = 235+145+141=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB918D is #146E72. Grayscale: #ABABAB. Windows color (decimal): -1338995 or 9277931. OLE color: 9277931.

HSL color Cylindrical-coordinate representation of color #EB918D: hue angle of 2.55º degrees, saturation: 0.7, 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 #EB918D is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 145 141 -
CMYK 0 0.38 0.4 0.08
HSL 2.55º 0.7% 0.74% -
HSV(B) 2.55º 0.4% 0.92% -
XYZ 49.19 39.84 30.3 -
YUV 171.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 235 145 141 0 0.38 0.4 0.08 2.55 0.7 0.74
Hex EB 91 8D 0 26 28 8 3 46 4A
Octal 353 221 215 0 46 50 10 3 106 112
Binary 11101011 10010001 10001101 0 100110 101000 1000 11 1000110 1001010

Color Harmonies of #EB918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB918D

Black with #EB918D

Text Example


Text Example

White with #EB918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB918D; }

 p { color: rgb(235,145,141); }

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

background-color css

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

 a { background-color: rgb(235,145,141); }

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

border-color css

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

 span { border-color: rgb(235,145,141); }

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