Html Css Color HEX #EF7B84 Deep Blush

📋 copy color: '#EF7B84'

red 239 ◦ green 123 ◦ blue 132

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

Shades of Deep Blush #EF7B84

Tints of Deep Blush #EF7B84

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.9%

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

R = 48.38%
G = 24.9%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF7B84 (or 0xEF7B84) is known color: Deep Blush. HEX triplet: EF, 7B and 84. RGB value is (239,123,132). Sum of RGB (Red+Green+Blue) = 239+123+132=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B84 is #10847B. Grayscale: #9E9E9E. Windows color (decimal): -1082492 or 8682479. OLE color: 8682479.

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

Color convert

RGB 239 123 132 -
CMYK 0 0.49 0.45 0.06
HSL 355.34º 0.78% 0.71% -
HSV(B) 355.34º 0.49% 0.94% -
XYZ 46.84 34.18 25.96 -
YUV 158.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 239 123 132 0 0.49 0.45 0.06 355.34 0.78 0.71
Hex EF 7B 84 0 31 2D 6 163 4E 47
Octal 357 173 204 0 61 55 6 543 116 107
Binary 11101111 1111011 10000100 0 110001 101101 110 101100011 1001110 1000111

Color Harmonies of #EF7B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B84

Black with #EF7B84

Text Example


Text Example

White with #EF7B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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