Html Css Color HEX #EE758A Deep Blush

📋 copy color: '#EE758A'

red 238 ◦ green 117 ◦ blue 138

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

Shades of Deep Blush #EE758A

Tints of Deep Blush #EE758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 48.28%
G = 23.73%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE758A (or 0xEE758A) is known color: Deep Blush. HEX triplet: EE, 75 and 8A. RGB value is (238,117,138). Sum of RGB (Red+Green+Blue) = 238+117+138=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE758A is #118A75. Grayscale: #9B9B9B. Windows color (decimal): -1149558 or 9074158. OLE color: 9074158.

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

Color convert

RGB 238 117 138 -
CMYK 0 0.51 0.42 0.07
HSL 349.59º 0.78% 0.7% -
HSV(B) 349.59º 0.51% 0.93% -
XYZ 46.21 32.73 27.93 -
YUV 155.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 238 117 138 0 0.51 0.42 0.07 349.59 0.78 0.7
Hex EE 75 8A 0 33 2A 7 15E 4E 46
Octal 356 165 212 0 63 52 7 536 116 106
Binary 11101110 1110101 10001010 0 110011 101010 111 101011110 1001110 1000110

Color Harmonies of #EE758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE758A

Black with #EE758A

Text Example


Text Example

White with #EE758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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