Html Css Color HEX #EF628D Deep Blush

📋 copy color: '#EF628D'

red 239 ◦ green 98 ◦ blue 141

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

Shades of Deep Blush #EF628D

Tints of Deep Blush #EF628D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 50%
G = 20.5%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF628D (or 0xEF628D) is known color: Deep Blush. HEX triplet: EF, 62 and 8D. RGB value is (239,98,141). Sum of RGB (Red+Green+Blue) = 239+98+141=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF628D is #109D72. Grayscale: #919191. Windows color (decimal): -1088883 or 9265903. OLE color: 9265903.

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

Color convert

RGB 239 98 141 -
CMYK 0 0.59 0.41 0.06
HSL 341.7º 0.82% 0.66% -
HSV(B) 341.7º 0.59% 0.94% -
XYZ 44.77 29.01 28.44 -
YUV 145.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 239 98 141 0 0.59 0.41 0.06 341.7 0.82 0.66
Hex EF 62 8D 0 3B 29 6 156 52 42
Octal 357 142 215 0 73 51 6 526 122 102
Binary 11101111 1100010 10001101 0 111011 101001 110 101010110 1010010 1000010

Color Harmonies of #EF628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF628D

Black with #EF628D

Text Example


Text Example

White with #EF628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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