Html Css Color HEX #EB918A Sweet Pink

📋 copy color: '#EB918A'

red 235 ◦ green 145 ◦ blue 138

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

Shades of Sweet Pink #EB918A

Tints of Sweet Pink #EB918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.99%

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

R = 45.37%
G = 27.99%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB918A (or 0xEB918A) is known color: Sweet Pink. HEX triplet: EB, 91 and 8A. RGB value is (235,145,138). Sum of RGB (Red+Green+Blue) = 235+145+138=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB918A is #146E75. Grayscale: #ABABAB. Windows color (decimal): -1338998 or 9081323. OLE color: 9081323.

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

Color convert

RGB 235 145 138 -
CMYK 0 0.38 0.41 0.08
HSL 4.33º 0.71% 0.73% -
HSV(B) 4.33º 0.41% 0.92% -
XYZ 48.97 39.75 29.14 -
YUV 171.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 235 145 138 0 0.38 0.41 0.08 4.33 0.71 0.73
Hex EB 91 8A 0 26 29 8 4 47 49
Octal 353 221 212 0 46 51 10 4 107 111
Binary 11101011 10010001 10001010 0 100110 101001 1000 100 1000111 1001001

Color Harmonies of #EB918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB918A

Black with #EB918A

Text Example


Text Example

White with #EB918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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