Html Css Color HEX #EB928F Sweet Pink

📋 copy color: '#EB928F'

red 235 ◦ green 146 ◦ blue 143

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

Shades of Sweet Pink #EB928F

Tints of Sweet Pink #EB928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.29%

R = 44.85%
G = 27.86%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB928F (or 0xEB928F) is known color: Sweet Pink. HEX triplet: EB, 92 and 8F. RGB value is (235,146,143). Sum of RGB (Red+Green+Blue) = 235+146+143=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB928F is #146D70. Grayscale: #ACACAC. Windows color (decimal): -1338737 or 9409259. OLE color: 9409259.

HSL color Cylindrical-coordinate representation of color #EB928F: hue angle of 1.96º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB928F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 146 143 -
CMYK 0 0.38 0.39 0.08
HSL 1.96º 0.7% 0.74% -
HSV(B) 1.96º 0.39% 0.92% -
XYZ 49.5 40.2 31.14 -
YUV 172.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 235 146 143 0 0.38 0.39 0.08 1.96 0.7 0.74
Hex EB 92 8F 0 26 27 8 2 46 4A
Octal 353 222 217 0 46 47 10 2 106 112
Binary 11101011 10010010 10001111 0 100110 100111 1000 10 1000110 1001010

Color Harmonies of #EB928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB928F

Black with #EB928F

Text Example


Text Example

White with #EB928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB928F; }

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

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

background-color css

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

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

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

border-color css

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

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

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