Html Css Color HEX #EB938A Sweet Pink

📋 copy color: '#EB938A'

red 235 ◦ green 147 ◦ blue 138

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

Shades of Sweet Pink #EB938A

Tints of Sweet Pink #EB938A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.54%

R = 45.19%
G = 28.27%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB938A (or 0xEB938A) is known color: Sweet Pink. HEX triplet: EB, 93 and 8A. RGB value is (235,147,138). Sum of RGB (Red+Green+Blue) = 235+147+138=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB938A is #146C75. Grayscale: #ACACAC. Windows color (decimal): -1338486 or 9081835. OLE color: 9081835.

HSL color Cylindrical-coordinate representation of color #EB938A: hue angle of 5.57º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB938A is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 147 138 -
CMYK 0 0.37 0.41 0.08
HSL 5.57º 0.71% 0.73% -
HSV(B) 5.57º 0.41% 0.92% -
XYZ 49.28 40.36 29.24 -
YUV 172.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 235 147 138 0 0.37 0.41 0.08 5.57 0.71 0.73
Hex EB 93 8A 0 25 29 8 6 47 49
Octal 353 223 212 0 45 51 10 6 107 111
Binary 11101011 10010011 10001010 0 100101 101001 1000 110 1000111 1001001

Color Harmonies of #EB938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB938A

Black with #EB938A

Text Example


Text Example

White with #EB938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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