Html Css Color HEX #EF7385 Deep Blush

📋 copy color: '#EF7385'

red 239 ◦ green 115 ◦ blue 133

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

Shades of Deep Blush #EF7385

Tints of Deep Blush #EF7385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 49.08%
G = 23.61%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF7385 (or 0xEF7385) is known color: Deep Blush. HEX triplet: EF, 73 and 85. RGB value is (239,115,133). Sum of RGB (Red+Green+Blue) = 239+115+133=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7385 is #108C7A. Grayscale: #9A9A9A. Windows color (decimal): -1084539 or 8745967. OLE color: 8745967.

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

Color convert

RGB 239 115 133 -
CMYK 0 0.52 0.44 0.06
HSL 351.29º 0.79% 0.69% -
HSV(B) 351.29º 0.52% 0.94% -
XYZ 45.96 32.31 26 -
YUV 154.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 239 115 133 0 0.52 0.44 0.06 351.29 0.79 0.69
Hex EF 73 85 0 34 2C 6 15F 4F 45
Octal 357 163 205 0 64 54 6 537 117 105
Binary 11101111 1110011 10000101 0 110100 101100 110 101011111 1001111 1000101

Color Harmonies of #EF7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7385

Black with #EF7385

Text Example


Text Example

White with #EF7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7385; }

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

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

background-color css

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

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

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

border-color css

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

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

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