Html Css Color HEX #EE7385 Deep Blush

📋 copy color: '#EE7385'

red 238 ◦ green 115 ◦ blue 133

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

Shades of Deep Blush #EE7385

Tints of Deep Blush #EE7385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.66%

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 48.97%
G = 23.66%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE7385 (or 0xEE7385) is known color: Deep Blush. HEX triplet: EE, 73 and 85. RGB value is (238,115,133). Sum of RGB (Red+Green+Blue) = 238+115+133=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7385 is #118C7A. Grayscale: #999999. Windows color (decimal): -1150075 or 8745966. OLE color: 8745966.

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

Color convert

RGB 238 115 133 -
CMYK 0 0.52 0.44 0.07
HSL 351.22º 0.78% 0.69% -
HSV(B) 351.22º 0.52% 0.93% -
XYZ 45.62 32.13 25.99 -
YUV 153.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 238 115 133 0 0.52 0.44 0.07 351.22 0.78 0.69
Hex EE 73 85 0 34 2C 7 15F 4E 45
Octal 356 163 205 0 64 54 7 537 116 105
Binary 11101110 1110011 10000101 0 110100 101100 111 101011111 1001110 1000101

Color Harmonies of #EE7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7385

Black with #EE7385

Text Example


Text Example

White with #EE7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7385; }

 p { color: rgb(238,115,133); }

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

background-color css

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

 a { background-color: rgb(238,115,133); }

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

border-color css

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

 span { border-color: rgb(238,115,133); }

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