Html Css Color HEX #EF648F Deep Blush

📋 copy color: '#EF648F'

red 239 ◦ green 100 ◦ blue 143

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

Shades of Deep Blush #EF648F

Tints of Deep Blush #EF648F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 49.59%
G = 20.75%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF648F (or 0xEF648F) is known color: Deep Blush. HEX triplet: EF, 64 and 8F. RGB value is (239,100,143). Sum of RGB (Red+Green+Blue) = 239+100+143=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF648F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF648F is #109B70. Grayscale: #929292. Windows color (decimal): -1088369 or 9397487. OLE color: 9397487.

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

Color convert

RGB 239 100 143 -
CMYK 0 0.58 0.40 0.06
HSL 341.44º 0.81% 0.66% -
HSV(B) 341.44º 0.58% 0.94% -
XYZ 45.11 29.45 29.29 -
YUV 146.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 239 100 143 0 0.58 0.40 0.06 341.44 0.81 0.66
Hex EF 64 8F 0 3A 28 6 155 51 42
Octal 357 144 217 0 72 50 6 525 121 102
Binary 11101111 1100100 10001111 0 111010 101000 110 101010101 1010001 1000010

Color Harmonies of #EF648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF648F

Black with #EF648F

Text Example


Text Example

White with #EF648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF648F; }

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

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

background-color css

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

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

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

border-color css

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

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

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