Html Css Color HEX #EB618C Deep Blush

📋 copy color: '#EB618C'

red 235 ◦ green 97 ◦ blue 140

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

Shades of Deep Blush #EB618C

Tints of Deep Blush #EB618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.55%

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 49.79%
G = 20.55%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB618C (or 0xEB618C) is known color: Deep Blush. HEX triplet: EB, 61 and 8C. RGB value is (235,97,140). Sum of RGB (Red+Green+Blue) = 235+97+140=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB618C is #149E73. Grayscale: #8F8F8F. Windows color (decimal): -1351284 or 9200107. OLE color: 9200107.

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

Color convert

RGB 235 97 140 -
CMYK 0 0.59 0.40 0.08
HSL 341.3º 0.78% 0.65% -
HSV(B) 341.3º 0.59% 0.92% -
XYZ 43.27 28.11 27.96 -
YUV 143.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 235 97 140 0 0.59 0.40 0.08 341.3 0.78 0.65
Hex EB 61 8C 0 3B 28 8 155 4E 41
Octal 353 141 214 0 73 50 10 525 116 101
Binary 11101011 1100001 10001100 0 111011 101000 1000 101010101 1001110 1000001

Color Harmonies of #EB618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB618C

Black with #EB618C

Text Example


Text Example

White with #EB618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB618C; }

 p { color: rgb(235,97,140); }

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

background-color css

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

 a { background-color: rgb(235,97,140); }

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

border-color css

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

 span { border-color: rgb(235,97,140); }

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