Html Css Color HEX #EF738A Deep Blush

📋 copy color: '#EF738A'

red 239 ◦ green 115 ◦ blue 138

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

Shades of Deep Blush #EF738A

Tints of Deep Blush #EF738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.37%

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

R = 48.58%
G = 23.37%
B = 28.05%

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

#EF738A (or 0xEF738A) is known color: Deep Blush. HEX triplet: EF, 73 and 8A. RGB value is (239,115,138). Sum of RGB (Red+Green+Blue) = 239+115+138=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF738A is #108C75. Grayscale: #9A9A9A. Windows color (decimal): -1084534 or 9073647. OLE color: 9073647.

HSL color Cylindrical-coordinate representation of color #EF738A: hue angle of 348.87º degrees, saturation: 0.79, 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 #EF738A is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 115 138 -
CMYK 0 0.52 0.42 0.06
HSL 348.87º 0.79% 0.69% -
HSV(B) 348.87º 0.52% 0.94% -
XYZ 46.31 32.45 27.87 -
YUV 154.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 239 115 138 0 0.52 0.42 0.06 348.87 0.79 0.69
Hex EF 73 8A 0 34 2A 6 15D 4F 45
Octal 357 163 212 0 64 52 6 535 117 105
Binary 11101111 1110011 10001010 0 110100 101010 110 101011101 1001111 1000101

Color Harmonies of #EF738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF738A

Black with #EF738A

Text Example


Text Example

White with #EF738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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