Html Css Color HEX #EB648C Deep Blush

📋 copy color: '#EB648C'

red 235 ◦ green 100 ◦ blue 140

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

Shades of Deep Blush #EB648C

Tints of Deep Blush #EB648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.05%

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

R = 49.47%
G = 21.05%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB648C (or 0xEB648C) is known color: Deep Blush. HEX triplet: EB, 64 and 8C. RGB value is (235,100,140). Sum of RGB (Red+Green+Blue) = 235+100+140=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB648C is #149B73. Grayscale: #909090. Windows color (decimal): -1350516 or 9200875. OLE color: 9200875.

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

Color convert

RGB 235 100 140 -
CMYK 0 0.57 0.40 0.08
HSL 342.22º 0.77% 0.66% -
HSV(B) 342.22º 0.57% 0.92% -
XYZ 43.55 28.67 28.05 -
YUV 144.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 235 100 140 0 0.57 0.40 0.08 342.22 0.77 0.66
Hex EB 64 8C 0 39 28 8 156 4D 42
Octal 353 144 214 0 71 50 10 526 115 102
Binary 11101011 1100100 10001100 0 111001 101000 1000 101010110 1001101 1000010

Color Harmonies of #EB648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB648C

Black with #EB648C

Text Example


Text Example

White with #EB648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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