Html Css Color HEX #EF6294 Deep Blush

📋 copy color: '#EF6294'

red 239 ◦ green 98 ◦ blue 148

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

Shades of Deep Blush #EF6294

Tints of Deep Blush #EF6294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.21%

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 49.28%
G = 20.21%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF6294 (or 0xEF6294) is known color: Deep Blush. HEX triplet: EF, 62 and 94. RGB value is (239,98,148). Sum of RGB (Red+Green+Blue) = 239+98+148=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6294 is #109D6B. Grayscale: #919191. Windows color (decimal): -1088876 or 9724655. OLE color: 9724655.

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

Color convert

RGB 239 98 148 -
CMYK 0 0.59 0.38 0.06
HSL 338.72º 0.82% 0.66% -
HSV(B) 338.72º 0.59% 0.94% -
XYZ 45.31 29.22 31.27 -
YUV 145.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 239 98 148 0 0.59 0.38 0.06 338.72 0.82 0.66
Hex EF 62 94 0 3B 26 6 153 52 42
Octal 357 142 224 0 73 46 6 523 122 102
Binary 11101111 1100010 10010100 0 111011 100110 110 101010011 1010010 1000010

Color Harmonies of #EF6294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6294

Black with #EF6294

Text Example


Text Example

White with #EF6294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6294; }

 p { color: rgb(239,98,148); }

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

background-color css

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

 a { background-color: rgb(239,98,148); }

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

border-color css

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

 span { border-color: rgb(239,98,148); }

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