Html Css Color HEX #EF6392 Deep Blush

📋 copy color: '#EF6392'

red 239 ◦ green 99 ◦ blue 146

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

Shades of Deep Blush #EF6392

Tints of Deep Blush #EF6392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.45%

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 49.38%
G = 20.45%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF6392 (or 0xEF6392) is known color: Deep Blush. HEX triplet: EF, 63 and 92. RGB value is (239,99,146). Sum of RGB (Red+Green+Blue) = 239+99+146=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6392 is #109C6D. Grayscale: #929292. Windows color (decimal): -1088622 or 9593839. OLE color: 9593839.

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

Color convert

RGB 239 99 146 -
CMYK 0 0.59 0.39 0.06
HSL 339.86º 0.81% 0.66% -
HSV(B) 339.86º 0.59% 0.94% -
XYZ 45.25 29.35 30.47 -
YUV 146.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 239 99 146 0 0.59 0.39 0.06 339.86 0.81 0.66
Hex EF 63 92 0 3B 27 6 154 51 42
Octal 357 143 222 0 73 47 6 524 121 102
Binary 11101111 1100011 10010010 0 111011 100111 110 101010100 1010001 1000010

Color Harmonies of #EF6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6392

Black with #EF6392

Text Example


Text Example

White with #EF6392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6392; }

 p { color: rgb(239,99,146); }

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

background-color css

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

 a { background-color: rgb(239,99,146); }

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

border-color css

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

 span { border-color: rgb(239,99,146); }

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