Html Css Color HEX #EB928E Sweet Pink

📋 copy color: '#EB928E'

red 235 ◦ green 146 ◦ blue 142

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

Shades of Sweet Pink #EB928E

Tints of Sweet Pink #EB928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.15%

R = 44.93%
G = 27.92%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB928E (or 0xEB928E) is known color: Sweet Pink. HEX triplet: EB, 92 and 8E. RGB value is (235,146,142). Sum of RGB (Red+Green+Blue) = 235+146+142=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB928E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB928E is #146D71. Grayscale: #ACACAC. Windows color (decimal): -1338738 or 9343723. OLE color: 9343723.

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

Color convert

RGB 235 146 142 -
CMYK 0 0.38 0.40 0.08
HSL 2.58º 0.7% 0.74% -
HSV(B) 2.58º 0.4% 0.92% -
XYZ 49.42 40.17 30.74 -
YUV 172.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 235 146 142 0 0.38 0.40 0.08 2.58 0.7 0.74
Hex EB 92 8E 0 26 28 8 3 46 4A
Octal 353 222 216 0 46 50 10 3 106 112
Binary 11101011 10010010 10001110 0 100110 101000 1000 11 1000110 1001010

Color Harmonies of #EB928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB928E

Black with #EB928E

Text Example


Text Example

White with #EB928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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