Html Css Color HEX #EBA19A Sweet Pink

📋 copy color: '#EBA19A'

red 235 ◦ green 161 ◦ blue 154

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

Shades of Sweet Pink #EBA19A

Tints of Sweet Pink #EBA19A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.27%

 BLUE value IS 154 (60.55% from 255) = 28%

R = 42.73%
G = 29.27%
B = 28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBA19A (or 0xEBA19A) is known color: Sweet Pink. HEX triplet: EB, A1 and 9A. RGB value is (235,161,154). Sum of RGB (Red+Green+Blue) = 235+161+154=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA19A is #145E65. Grayscale: #B6B6B6. Windows color (decimal): -1334886 or 10133995. OLE color: 10133995.

HSL color Cylindrical-coordinate representation of color #EBA19A: hue angle of 5.19º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA19A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 154 -
CMYK 0 0.31 0.34 0.08
HSL 5.19º 0.67% 0.76% -
HSV(B) 5.19º 0.34% 0.92% -
XYZ 52.84 45.49 36.57 -
YUV 182.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 235 161 154 0 0.31 0.34 0.08 5.19 0.67 0.76
Hex EB A1 9A 0 1F 22 8 5 43 4C
Octal 353 241 232 0 37 42 10 5 103 114
Binary 11101011 10100001 10011010 0 11111 100010 1000 101 1000011 1001100

Color Harmonies of #EBA19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA19A

Black with #EBA19A

Text Example


Text Example

White with #EBA19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA19A; }

 p { color: rgb(235,161,154); }

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

background-color css

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

 a { background-color: rgb(235,161,154); }

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

border-color css

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

 span { border-color: rgb(235,161,154); }

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