Html Css Color HEX #EB938E Sweet Pink

📋 copy color: '#EB938E'

red 235 ◦ green 147 ◦ blue 142

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

Shades of Sweet Pink #EB938E

Tints of Sweet Pink #EB938E

RGB

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

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

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

R = 44.85%
G = 28.05%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB938E (or 0xEB938E) is known color: Sweet Pink. HEX triplet: EB, 93 and 8E. RGB value is (235,147,142). Sum of RGB (Red+Green+Blue) = 235+147+142=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB938E is #146C71. Grayscale: #ACACAC. Windows color (decimal): -1338482 or 9343979. OLE color: 9343979.

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

Color convert

RGB 235 147 142 -
CMYK 0 0.37 0.40 0.08
HSL 3.23º 0.7% 0.74% -
HSV(B) 3.23º 0.4% 0.92% -
XYZ 49.58 40.48 30.79 -
YUV 172.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 235 147 142 0 0.37 0.40 0.08 3.23 0.7 0.74
Hex EB 93 8E 0 25 28 8 3 46 4A
Octal 353 223 216 0 45 50 10 3 106 112
Binary 11101011 10010011 10001110 0 100101 101000 1000 11 1000110 1001010

Color Harmonies of #EB938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB938E

Black with #EB938E

Text Example


Text Example

White with #EB938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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