Html Css Color HEX #EF648C Deep Blush

📋 copy color: '#EF648C'

red 239 ◦ green 100 ◦ blue 140

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

Shades of Deep Blush #EF648C

Tints of Deep Blush #EF648C

RGB

 RED value IS 239 (93.75% from 255) = 49.9%

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

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

R = 49.9%
G = 20.88%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF648C (or 0xEF648C) is known color: Deep Blush. HEX triplet: EF, 64 and 8C. RGB value is (239,100,140). Sum of RGB (Red+Green+Blue) = 239+100+140=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF648C is #109B73. Grayscale: #929292. Windows color (decimal): -1088372 or 9200879. OLE color: 9200879.

HSL color Cylindrical-coordinate representation of color #EF648C: hue angle of 342.73º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF648C is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 140 -
CMYK 0 0.58 0.41 0.06
HSL 342.73º 0.81% 0.66% -
HSV(B) 342.73º 0.58% 0.94% -
XYZ 44.89 29.36 28.11 -
YUV 146.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 239 100 140 0 0.58 0.41 0.06 342.73 0.81 0.66
Hex EF 64 8C 0 3A 29 6 157 51 42
Octal 357 144 214 0 72 51 6 527 121 102
Binary 11101111 1100100 10001100 0 111010 101001 110 101010111 1010001 1000010

Color Harmonies of #EF648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF648C

Black with #EF648C

Text Example


Text Example

White with #EF648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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