Html Css Color HEX #EF658C Deep Blush

📋 copy color: '#EF658C'

red 239 ◦ green 101 ◦ blue 140

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

Shades of Deep Blush #EF658C

Tints of Deep Blush #EF658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.04%

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 49.79%
G = 21.04%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF658C (or 0xEF658C) is known color: Deep Blush. HEX triplet: EF, 65 and 8C. RGB value is (239,101,140). Sum of RGB (Red+Green+Blue) = 239+101+140=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF658C is #109A73. Grayscale: #929292. Windows color (decimal): -1088116 or 9201135. OLE color: 9201135.

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

Color convert

RGB 239 101 140 -
CMYK 0 0.58 0.41 0.06
HSL 343.04º 0.81% 0.67% -
HSV(B) 343.04º 0.58% 0.94% -
XYZ 44.98 29.55 28.14 -
YUV 146.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 239 101 140 0 0.58 0.41 0.06 343.04 0.81 0.67
Hex EF 65 8C 0 3A 29 6 157 51 43
Octal 357 145 214 0 72 51 6 527 121 103
Binary 11101111 1100101 10001100 0 111010 101001 110 101010111 1010001 1000011

Color Harmonies of #EF658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF658C

Black with #EF658C

Text Example


Text Example

White with #EF658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF658C; }

 p { color: rgb(239,101,140); }

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

background-color css

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

 a { background-color: rgb(239,101,140); }

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

border-color css

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

 span { border-color: rgb(239,101,140); }

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