Html Css Color HEX #EF758C Deep Blush

📋 copy color: '#EF758C'

red 239 ◦ green 117 ◦ blue 140

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

Shades of Deep Blush #EF758C

Tints of Deep Blush #EF758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 48.19%
G = 23.59%
B = 28.23%

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

#EF758C (or 0xEF758C) is known color: Deep Blush. HEX triplet: EF, 75 and 8C. RGB value is (239,117,140). Sum of RGB (Red+Green+Blue) = 239+117+140=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF758C is #108A73. Grayscale: #9C9C9C. Windows color (decimal): -1084020 or 9205231. OLE color: 9205231.

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

Color convert

RGB 239 117 140 -
CMYK 0 0.51 0.41 0.06
HSL 348.69º 0.79% 0.7% -
HSV(B) 348.69º 0.51% 0.94% -
XYZ 46.69 32.97 28.71 -
YUV 156.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 239 117 140 0 0.51 0.41 0.06 348.69 0.79 0.7
Hex EF 75 8C 0 33 29 6 15D 4F 46
Octal 357 165 214 0 63 51 6 535 117 106
Binary 11101111 1110101 10001100 0 110011 101001 110 101011101 1001111 1000110

Color Harmonies of #EF758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF758C

Black with #EF758C

Text Example


Text Example

White with #EF758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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