Html Css Color HEX #EB648D Deep Blush

📋 copy color: '#EB648D'

red 235 ◦ green 100 ◦ blue 141

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

Shades of Deep Blush #EB648D

Tints of Deep Blush #EB648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 49.37%
G = 21.01%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB648D (or 0xEB648D) is known color: Deep Blush. HEX triplet: EB, 64 and 8D. RGB value is (235,100,141). Sum of RGB (Red+Green+Blue) = 235+100+141=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB648D is #149B72. Grayscale: #919191. Windows color (decimal): -1350515 or 9266411. OLE color: 9266411.

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

Color convert

RGB 235 100 141 -
CMYK 0 0.57 0.4 0.08
HSL 341.78º 0.77% 0.66% -
HSV(B) 341.78º 0.57% 0.92% -
XYZ 43.63 28.7 28.44 -
YUV 145.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 235 100 141 0 0.57 0.4 0.08 341.78 0.77 0.66
Hex EB 64 8D 0 39 28 8 156 4D 42
Octal 353 144 215 0 71 50 10 526 115 102
Binary 11101011 1100100 10001101 0 111001 101000 1000 101010110 1001101 1000010

Color Harmonies of #EB648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB648D

Black with #EB648D

Text Example


Text Example

White with #EB648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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