Html Css Color HEX #EB928D Sweet Pink

📋 copy color: '#EB928D'

red 235 ◦ green 146 ◦ blue 141

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

Shades of Sweet Pink #EB928D

Tints of Sweet Pink #EB928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.97%

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

R = 45.02%
G = 27.97%
B = 27.01%

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

#EB928D (or 0xEB928D) is known color: Sweet Pink. HEX triplet: EB, 92 and 8D. RGB value is (235,146,141). Sum of RGB (Red+Green+Blue) = 235+146+141=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB928D is #146D72. Grayscale: #ACACAC. Windows color (decimal): -1338739 or 9278187. OLE color: 9278187.

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

Color convert

RGB 235 146 141 -
CMYK 0 0.38 0.4 0.08
HSL 3.19º 0.7% 0.74% -
HSV(B) 3.19º 0.4% 0.92% -
XYZ 49.35 40.14 30.35 -
YUV 172.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 235 146 141 0 0.38 0.4 0.08 3.19 0.7 0.74
Hex EB 92 8D 0 26 28 8 3 46 4A
Octal 353 222 215 0 46 50 10 3 106 112
Binary 11101011 10010010 10001101 0 100110 101000 1000 11 1000110 1001010

Color Harmonies of #EB928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB928D

Black with #EB928D

Text Example


Text Example

White with #EB928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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