Html Css Color HEX #EF7584 Deep Blush

📋 copy color: '#EF7584'

red 239 ◦ green 117 ◦ blue 132

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

Shades of Deep Blush #EF7584

Tints of Deep Blush #EF7584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.98%

 BLUE value IS 132 (51.95% from 255) = 27.05%

R = 48.98%
G = 23.98%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF7584 (or 0xEF7584) is known color: Deep Blush. HEX triplet: EF, 75 and 84. RGB value is (239,117,132). Sum of RGB (Red+Green+Blue) = 239+117+132=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7584 is #108A7B. Grayscale: #9B9B9B. Windows color (decimal): -1084028 or 8680943. OLE color: 8680943.

HSL color Cylindrical-coordinate representation of color #EF7584: hue angle of 352.62º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7584 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 117 132 -
CMYK 0 0.51 0.45 0.06
HSL 352.62º 0.79% 0.7% -
HSV(B) 352.62º 0.51% 0.94% -
XYZ 46.12 32.74 25.72 -
YUV 155.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 239 117 132 0 0.51 0.45 0.06 352.62 0.79 0.7
Hex EF 75 84 0 33 2D 6 161 4F 46
Octal 357 165 204 0 63 55 6 541 117 106
Binary 11101111 1110101 10000100 0 110011 101101 110 101100001 1001111 1000110

Color Harmonies of #EF7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7584

Black with #EF7584

Text Example


Text Example

White with #EF7584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7584; }

 p { color: rgb(239,117,132); }

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

background-color css

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

 a { background-color: rgb(239,117,132); }

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

border-color css

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

 span { border-color: rgb(239,117,132); }

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