Html Css Color HEX #EB628A Deep Blush

📋 copy color: '#EB628A'

red 235 ◦ green 98 ◦ blue 138

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

Shades of Deep Blush #EB628A

Tints of Deep Blush #EB628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.81%

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

R = 49.89%
G = 20.81%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB628A (or 0xEB628A) is known color: Deep Blush. HEX triplet: EB, 62 and 8A. RGB value is (235,98,138). Sum of RGB (Red+Green+Blue) = 235+98+138=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB628A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB628A is #149D75. Grayscale: #8F8F8F. Windows color (decimal): -1351030 or 9069291. OLE color: 9069291.

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

Color convert

RGB 235 98 138 -
CMYK 0 0.58 0.41 0.08
HSL 342.48º 0.77% 0.65% -
HSV(B) 342.48º 0.58% 0.92% -
XYZ 43.22 28.23 27.22 -
YUV 143.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 235 98 138 0 0.58 0.41 0.08 342.48 0.77 0.65
Hex EB 62 8A 0 3A 29 8 156 4D 41
Octal 353 142 212 0 72 51 10 526 115 101
Binary 11101011 1100010 10001010 0 111010 101001 1000 101010110 1001101 1000001

Color Harmonies of #EB628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB628A

Black with #EB628A

Text Example


Text Example

White with #EB628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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