Html Css Color HEX #EB938D Sweet Pink

📋 copy color: '#EB938D'

red 235 ◦ green 147 ◦ blue 141

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

Shades of Sweet Pink #EB938D

Tints of Sweet Pink #EB938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.11%

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

R = 44.93%
G = 28.11%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB938D (or 0xEB938D) is known color: Sweet Pink. HEX triplet: EB, 93 and 8D. RGB value is (235,147,141). Sum of RGB (Red+Green+Blue) = 235+147+141=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB938D is #146C72. Grayscale: #ACACAC. Windows color (decimal): -1338483 or 9278443. OLE color: 9278443.

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

Color convert

RGB 235 147 141 -
CMYK 0 0.37 0.4 0.08
HSL 3.83º 0.7% 0.74% -
HSV(B) 3.83º 0.4% 0.92% -
XYZ 49.5 40.45 30.4 -
YUV 172.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 235 147 141 0 0.37 0.4 0.08 3.83 0.7 0.74
Hex EB 93 8D 0 25 28 8 4 46 4A
Octal 353 223 215 0 45 50 10 4 106 112
Binary 11101011 10010011 10001101 0 100101 101000 1000 100 1000110 1001010

Color Harmonies of #EB938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB938D

Black with #EB938D

Text Example


Text Example

White with #EB938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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