Html Css Color HEX #EF6590 Deep Blush

📋 copy color: '#EF6590'

red 239 ◦ green 101 ◦ blue 144

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

Shades of Deep Blush #EF6590

Tints of Deep Blush #EF6590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 49.38%
G = 20.87%
B = 29.75%

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

#EF6590 (or 0xEF6590) is known color: Deep Blush. HEX triplet: EF, 65 and 90. RGB value is (239,101,144). Sum of RGB (Red+Green+Blue) = 239+101+144=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6590 is #109A6F. Grayscale: #939393. Windows color (decimal): -1088112 or 9463279. OLE color: 9463279.

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

Color convert

RGB 239 101 144 -
CMYK 0 0.58 0.40 0.06
HSL 341.3º 0.81% 0.67% -
HSV(B) 341.3º 0.58% 0.94% -
XYZ 45.28 29.67 29.73 -
YUV 147.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 239 101 144 0 0.58 0.40 0.06 341.3 0.81 0.67
Hex EF 65 90 0 3A 28 6 155 51 43
Octal 357 145 220 0 72 50 6 525 121 103
Binary 11101111 1100101 10010000 0 111010 101000 110 101010101 1010001 1000011

Color Harmonies of #EF6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6590

Black with #EF6590

Text Example


Text Example

White with #EF6590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6590; }

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

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

background-color css

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

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

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

border-color css

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

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

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