Html Css Color HEX #EE758D Deep Blush

📋 copy color: '#EE758D'

red 238 ◦ green 117 ◦ blue 141

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

Shades of Deep Blush #EE758D

Tints of Deep Blush #EE758D

RGB

 RED value IS 238 (93.36% from 255) = 47.98%

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

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

R = 47.98%
G = 23.59%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE758D (or 0xEE758D) is known color: Deep Blush. HEX triplet: EE, 75 and 8D. RGB value is (238,117,141). Sum of RGB (Red+Green+Blue) = 238+117+141=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE758D is #118A72. Grayscale: #9B9B9B. Windows color (decimal): -1149555 or 9270766. OLE color: 9270766.

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

Color convert

RGB 238 117 141 -
CMYK 0 0.51 0.41 0.07
HSL 348.1º 0.78% 0.7% -
HSV(B) 348.1º 0.51% 0.93% -
XYZ 46.43 32.82 29.09 -
YUV 155.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 238 117 141 0 0.51 0.41 0.07 348.1 0.78 0.7
Hex EE 75 8D 0 33 29 7 15C 4E 46
Octal 356 165 215 0 63 51 7 534 116 106
Binary 11101110 1110101 10001101 0 110011 101001 111 101011100 1001110 1000110

Color Harmonies of #EE758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE758D

Black with #EE758D

Text Example


Text Example

White with #EE758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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