Html Css Color HEX #EE758C Deep Blush

📋 copy color: '#EE758C'

red 238 ◦ green 117 ◦ blue 140

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

Shades of Deep Blush #EE758C

Tints of Deep Blush #EE758C

RGB

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

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

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

R = 48.08%
G = 23.64%
B = 28.28%

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

#EE758C (or 0xEE758C) is known color: Deep Blush. HEX triplet: EE, 75 and 8C. RGB value is (238,117,140). Sum of RGB (Red+Green+Blue) = 238+117+140=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE758C is #118A73. Grayscale: #9B9B9B. Windows color (decimal): -1149556 or 9205230. OLE color: 9205230.

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

Color convert

RGB 238 117 140 -
CMYK 0 0.51 0.41 0.07
HSL 348.6º 0.78% 0.7% -
HSV(B) 348.6º 0.51% 0.93% -
XYZ 46.35 32.79 28.7 -
YUV 155.8 119.09 186.63 -
System Red Green Blue C M Y K H S L
Decimal 238 117 140 0 0.51 0.41 0.07 348.6 0.78 0.7
Hex EE 75 8C 0 33 29 7 15D 4E 46
Octal 356 165 214 0 63 51 7 535 116 106
Binary 11101110 1110101 10001100 0 110011 101001 111 101011101 1001110 1000110

Color Harmonies of #EE758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE758C

Black with #EE758C

Text Example


Text Example

White with #EE758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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