Html Css Color HEX #EE6F85 Deep Blush

📋 copy color: '#EE6F85'

red 238 ◦ green 111 ◦ blue 133

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

Shades of Deep Blush #EE6F85

Tints of Deep Blush #EE6F85

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

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

R = 49.38%
G = 23.03%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE6F85 (or 0xEE6F85) is known color: Deep Blush. HEX triplet: EE, 6F and 85. RGB value is (238,111,133). Sum of RGB (Red+Green+Blue) = 238+111+133=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6F85 is #11907A. Grayscale: #979797. Windows color (decimal): -1151099 or 8744942. OLE color: 8744942.

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

Color convert

RGB 238 111 133 -
CMYK 0 0.53 0.44 0.07
HSL 349.61º 0.79% 0.68% -
HSV(B) 349.61º 0.53% 0.93% -
XYZ 45.18 31.24 25.84 -
YUV 151.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 238 111 133 0 0.53 0.44 0.07 349.61 0.79 0.68
Hex EE 6F 85 0 35 2C 7 15E 4F 44
Octal 356 157 205 0 65 54 7 536 117 104
Binary 11101110 1101111 10000101 0 110101 101100 111 101011110 1001111 1000100

Color Harmonies of #EE6F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6F85

Black with #EE6F85

Text Example


Text Example

White with #EE6F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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