Html Css Color HEX #EF6895 Deep Blush

📋 copy color: '#EF6895'

red 239 ◦ green 104 ◦ blue 149

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

Shades of Deep Blush #EF6895

Tints of Deep Blush #EF6895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.14%

 BLUE value IS 149 (58.59% from 255) = 30.28%

R = 48.58%
G = 21.14%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF6895 (or 0xEF6895) is known color: Deep Blush. HEX triplet: EF, 68 and 95. RGB value is (239,104,149). Sum of RGB (Red+Green+Blue) = 239+104+149=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6895 is #10976A. Grayscale: #959595. Windows color (decimal): -1087339 or 9791727. OLE color: 9791727.

HSL color Cylindrical-coordinate representation of color #EF6895: 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.56%. Process color model (Four color, CMYK) of #EF6895 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 149 -
CMYK 0 0.56 0.38 0.06
HSL 340º 0.81% 0.67% -
HSV(B) 340º 0.56% 0.94% -
XYZ 45.97 30.42 31.88 -
YUV 149.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 239 104 149 0 0.56 0.38 0.06 340 0.81 0.67
Hex EF 68 95 0 38 26 6 154 51 43
Octal 357 150 225 0 70 46 6 524 121 103
Binary 11101111 1101000 10010101 0 111000 100110 110 101010100 1010001 1000011

Color Harmonies of #EF6895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6895

Black with #EF6895

Text Example


Text Example

White with #EF6895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6895; }

 p { color: rgb(239,104,149); }

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

background-color css

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

 a { background-color: rgb(239,104,149); }

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

border-color css

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

 span { border-color: rgb(239,104,149); }

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