Html Css Color HEX #EB728A Deep Blush

📋 copy color: '#EB728A'

red 235 ◦ green 114 ◦ blue 138

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

Shades of Deep Blush #EB728A

Tints of Deep Blush #EB728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

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

R = 48.25%
G = 23.41%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB728A (or 0xEB728A) is known color: Deep Blush. HEX triplet: EB, 72 and 8A. RGB value is (235,114,138). Sum of RGB (Red+Green+Blue) = 235+114+138=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB728A is #148D75. Grayscale: #989898. Windows color (decimal): -1346934 or 9073387. OLE color: 9073387.

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

Color convert

RGB 235 114 138 -
CMYK 0 0.51 0.41 0.08
HSL 348.1º 0.75% 0.68% -
HSV(B) 348.1º 0.51% 0.92% -
XYZ 44.87 31.53 27.77 -
YUV 152.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 235 114 138 0 0.51 0.41 0.08 348.1 0.75 0.68
Hex EB 72 8A 0 33 29 8 15C 4B 44
Octal 353 162 212 0 63 51 10 534 113 104
Binary 11101011 1110010 10001010 0 110011 101001 1000 101011100 1001011 1000100

Color Harmonies of #EB728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB728A

Black with #EB728A

Text Example


Text Example

White with #EB728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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