Html Css Color HEX #EF6593 Deep Blush

📋 copy color: '#EF6593'

red 239 ◦ green 101 ◦ blue 147

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

Shades of Deep Blush #EF6593

Tints of Deep Blush #EF6593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.74%

 BLUE value IS 147 (57.81% from 255) = 30.18%

R = 49.08%
G = 20.74%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF6593 (or 0xEF6593) is known color: Deep Blush. HEX triplet: EF, 65 and 93. RGB value is (239,101,147). Sum of RGB (Red+Green+Blue) = 239+101+147=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6593 is #109A6C. Grayscale: #939393. Windows color (decimal): -1088109 or 9659887. OLE color: 9659887.

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

Color convert

RGB 239 101 147 -
CMYK 0 0.58 0.38 0.06
HSL 340º 0.81% 0.67% -
HSV(B) 340º 0.58% 0.94% -
XYZ 45.52 29.76 30.95 -
YUV 147.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 239 101 147 0 0.58 0.38 0.06 340 0.81 0.67
Hex EF 65 93 0 3A 26 6 154 51 43
Octal 357 145 223 0 72 46 6 524 121 103
Binary 11101111 1100101 10010011 0 111010 100110 110 101010100 1010001 1000011

Color Harmonies of #EF6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6593

Black with #EF6593

Text Example


Text Example

White with #EF6593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6593; }

 p { color: rgb(239,101,147); }

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

background-color css

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

 a { background-color: rgb(239,101,147); }

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

border-color css

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

 span { border-color: rgb(239,101,147); }

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