Html Css Color HEX #EF728A Deep Blush

📋 copy color: '#EF728A'

red 239 ◦ green 114 ◦ blue 138

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

Shades of Deep Blush #EF728A

Tints of Deep Blush #EF728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.22%

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 48.68%
G = 23.22%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF728A (or 0xEF728A) is known color: Deep Blush. HEX triplet: EF, 72 and 8A. RGB value is (239,114,138). Sum of RGB (Red+Green+Blue) = 239+114+138=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF728A is #108D75. Grayscale: #9A9A9A. Windows color (decimal): -1084790 or 9073391. OLE color: 9073391.

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

Color convert

RGB 239 114 138 -
CMYK 0 0.52 0.42 0.06
HSL 348.48º 0.8% 0.69% -
HSV(B) 348.48º 0.52% 0.94% -
XYZ 46.2 32.22 27.83 -
YUV 154.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 239 114 138 0 0.52 0.42 0.06 348.48 0.8 0.69
Hex EF 72 8A 0 34 2A 6 15C 50 45
Octal 357 162 212 0 64 52 6 534 120 105
Binary 11101111 1110010 10001010 0 110100 101010 110 101011100 1010000 1000101

Color Harmonies of #EF728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF728A

Black with #EF728A

Text Example


Text Example

White with #EF728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF728A; }

 p { color: rgb(239,114,138); }

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

background-color css

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

 a { background-color: rgb(239,114,138); }

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

border-color css

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

 span { border-color: rgb(239,114,138); }

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