Html Css Color HEX #EB628E Deep Blush

📋 copy color: '#EB628E'

red 235 ◦ green 98 ◦ blue 142

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

Shades of Deep Blush #EB628E

Tints of Deep Blush #EB628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 49.47%
G = 20.63%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB628E (or 0xEB628E) is known color: Deep Blush. HEX triplet: EB, 62 and 8E. RGB value is (235,98,142). Sum of RGB (Red+Green+Blue) = 235+98+142=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB628E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB628E is #149D71. Grayscale: #8F8F8F. Windows color (decimal): -1351026 or 9331435. OLE color: 9331435.

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

Color convert

RGB 235 98 142 -
CMYK 0 0.58 0.40 0.08
HSL 340.73º 0.77% 0.65% -
HSV(B) 340.73º 0.58% 0.92% -
XYZ 43.51 28.35 28.77 -
YUV 143.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 235 98 142 0 0.58 0.40 0.08 340.73 0.77 0.65
Hex EB 62 8E 0 3A 28 8 155 4D 41
Octal 353 142 216 0 72 50 10 525 115 101
Binary 11101011 1100010 10001110 0 111010 101000 1000 101010101 1001101 1000001

Color Harmonies of #EB628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB628E

Black with #EB628E

Text Example


Text Example

White with #EB628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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