Html Css Color HEX #EB9490 Sweet Pink

📋 copy color: '#EB9490'

red 235 ◦ green 148 ◦ blue 144

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

Shades of Sweet Pink #EB9490

Tints of Sweet Pink #EB9490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.08%

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 44.59%
G = 28.08%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB9490 (or 0xEB9490) is known color: Sweet Pink. HEX triplet: EB, 94 and 90. RGB value is (235,148,144). Sum of RGB (Red+Green+Blue) = 235+148+144=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9490 is #146B6F. Grayscale: #ADADAD. Windows color (decimal): -1338224 or 9475307. OLE color: 9475307.

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

Color convert

RGB 235 148 144 -
CMYK 0 0.37 0.39 0.08
HSL 2.64º 0.69% 0.74% -
HSV(B) 2.64º 0.39% 0.92% -
XYZ 49.88 40.86 31.64 -
YUV 173.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 235 148 144 0 0.37 0.39 0.08 2.64 0.69 0.74
Hex EB 94 90 0 25 27 8 3 45 4A
Octal 353 224 220 0 45 47 10 3 105 112
Binary 11101011 10010100 10010000 0 100101 100111 1000 11 1000101 1001010

Color Harmonies of #EB9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9490

Black with #EB9490

Text Example


Text Example

White with #EB9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9490; }

 p { color: rgb(235,148,144); }

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

background-color css

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

 a { background-color: rgb(235,148,144); }

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

border-color css

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

 span { border-color: rgb(235,148,144); }

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