Html Css Color HEX #EF6491 Deep Blush

📋 copy color: '#EF6491'

red 239 ◦ green 100 ◦ blue 145

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

Shades of Deep Blush #EF6491

Tints of Deep Blush #EF6491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.66%

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 49.38%
G = 20.66%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF6491 (or 0xEF6491) is known color: Deep Blush. HEX triplet: EF, 64 and 91. RGB value is (239,100,145). Sum of RGB (Red+Green+Blue) = 239+100+145=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6491 is #109B6E. Grayscale: #929292. Windows color (decimal): -1088367 or 9528559. OLE color: 9528559.

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

Color convert

RGB 239 100 145 -
CMYK 0 0.58 0.39 0.06
HSL 340.58º 0.81% 0.66% -
HSV(B) 340.58º 0.58% 0.94% -
XYZ 45.26 29.51 30.1 -
YUV 146.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 239 100 145 0 0.58 0.39 0.06 340.58 0.81 0.66
Hex EF 64 91 0 3A 27 6 155 51 42
Octal 357 144 221 0 72 47 6 525 121 102
Binary 11101111 1100100 10010001 0 111010 100111 110 101010101 1010001 1000010

Color Harmonies of #EF6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6491

Black with #EF6491

Text Example


Text Example

White with #EF6491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6491; }

 p { color: rgb(239,100,145); }

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

background-color css

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

 a { background-color: rgb(239,100,145); }

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

border-color css

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

 span { border-color: rgb(239,100,145); }

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