Html Css Color HEX #EE6194 Deep Blush

📋 copy color: '#EE6194'

red 238 ◦ green 97 ◦ blue 148

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

Shades of Deep Blush #EE6194

Tints of Deep Blush #EE6194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.08%

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 49.28%
G = 20.08%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE6194 (or 0xEE6194) is known color: Deep Blush. HEX triplet: EE, 61 and 94. RGB value is (238,97,148). Sum of RGB (Red+Green+Blue) = 238+97+148=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6194 is #119E6B. Grayscale: #909090. Windows color (decimal): -1154668 or 9724398. OLE color: 9724398.

HSL color Cylindrical-coordinate representation of color #EE6194: hue angle of 338.3º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE6194 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 97 148 -
CMYK 0 0.59 0.38 0.07
HSL 338.3º 0.81% 0.66% -
HSV(B) 338.3º 0.59% 0.93% -
XYZ 44.88 28.86 31.22 -
YUV 144.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 238 97 148 0 0.59 0.38 0.07 338.3 0.81 0.66
Hex EE 61 94 0 3B 26 7 152 51 42
Octal 356 141 224 0 73 46 7 522 121 102
Binary 11101110 1100001 10010100 0 111011 100110 111 101010010 1010001 1000010

Color Harmonies of #EE6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6194

Black with #EE6194

Text Example


Text Example

White with #EE6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6194; }

 p { color: rgb(238,97,148); }

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

background-color css

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

 a { background-color: rgb(238,97,148); }

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

border-color css

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

 span { border-color: rgb(238,97,148); }

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