Html Css Color HEX #EF758D Deep Blush

📋 copy color: '#EF758D'

red 239 ◦ green 117 ◦ blue 141

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

Shades of Deep Blush #EF758D

Tints of Deep Blush #EF758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

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

R = 48.09%
G = 23.54%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF758D (or 0xEF758D) is known color: Deep Blush. HEX triplet: EF, 75 and 8D. RGB value is (239,117,141). Sum of RGB (Red+Green+Blue) = 239+117+141=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF758D is #108A72. Grayscale: #9C9C9C. Windows color (decimal): -1084019 or 9270767. OLE color: 9270767.

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

Color convert

RGB 239 117 141 -
CMYK 0 0.51 0.41 0.06
HSL 348.2º 0.79% 0.7% -
HSV(B) 348.2º 0.51% 0.94% -
XYZ 46.77 33 29.1 -
YUV 156.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 239 117 141 0 0.51 0.41 0.06 348.2 0.79 0.7
Hex EF 75 8D 0 33 29 6 15C 4F 46
Octal 357 165 215 0 63 51 6 534 117 106
Binary 11101111 1110101 10001101 0 110011 101001 110 101011100 1001111 1000110

Color Harmonies of #EF758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF758D

Black with #EF758D

Text Example


Text Example

White with #EF758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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