Html Css Color HEX #EF6D90 Deep Blush

📋 copy color: '#EF6D90'

red 239 ◦ green 109 ◦ blue 144

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

Shades of Deep Blush #EF6D90

Tints of Deep Blush #EF6D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

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

R = 48.58%
G = 22.15%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF6D90 (or 0xEF6D90) is known color: Deep Blush. HEX triplet: EF, 6D and 90. RGB value is (239,109,144). Sum of RGB (Red+Green+Blue) = 239+109+144=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6D90 is #10926F. Grayscale: #979797. Windows color (decimal): -1086064 or 9465327. OLE color: 9465327.

HSL color Cylindrical-coordinate representation of color #EF6D90: hue angle of 343.85º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6D90 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 109 144 -
CMYK 0 0.54 0.40 0.06
HSL 343.85º 0.8% 0.68% -
HSV(B) 343.85º 0.54% 0.94% -
XYZ 46.1 31.3 30 -
YUV 151.86 123.57 190.15 -
System Red Green Blue C M Y K H S L
Decimal 239 109 144 0 0.54 0.40 0.06 343.85 0.8 0.68
Hex EF 6D 90 0 36 28 6 158 50 44
Octal 357 155 220 0 66 50 6 530 120 104
Binary 11101111 1101101 10010000 0 110110 101000 110 101011000 1010000 1000100

Color Harmonies of #EF6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6D90

Black with #EF6D90

Text Example


Text Example

White with #EF6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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