Html Css Color HEX #EF6493 Deep Blush

📋 copy color: '#EF6493'

red 239 ◦ green 100 ◦ blue 147

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

Shades of Deep Blush #EF6493

Tints of Deep Blush #EF6493

RGB

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

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

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

R = 49.18%
G = 20.58%
B = 30.25%

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

#EF6493 (or 0xEF6493) is known color: Deep Blush. HEX triplet: EF, 64 and 93. RGB value is (239,100,147). Sum of RGB (Red+Green+Blue) = 239+100+147=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6493 is #109B6C. Grayscale: #929292. Windows color (decimal): -1088365 or 9659631. OLE color: 9659631.

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

Color convert

RGB 239 100 147 -
CMYK 0 0.58 0.38 0.06
HSL 339.71º 0.81% 0.66% -
HSV(B) 339.71º 0.58% 0.94% -
XYZ 45.42 29.57 30.92 -
YUV 146.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 239 100 147 0 0.58 0.38 0.06 339.71 0.81 0.66
Hex EF 64 93 0 3A 26 6 154 51 42
Octal 357 144 223 0 72 46 6 524 121 102
Binary 11101111 1100100 10010011 0 111010 100110 110 101010100 1010001 1000010

Color Harmonies of #EF6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6493

Black with #EF6493

Text Example


Text Example

White with #EF6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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