Html Css Color HEX #EE6394 Deep Blush

📋 copy color: '#EE6394'

red 238 ◦ green 99 ◦ blue 148

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

Shades of Deep Blush #EE6394

Tints of Deep Blush #EE6394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.41%

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

R = 49.07%
G = 20.41%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE6394 (or 0xEE6394) is known color: Deep Blush. HEX triplet: EE, 63 and 94. RGB value is (238,99,148). Sum of RGB (Red+Green+Blue) = 238+99+148=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6394 is #119C6B. Grayscale: #929292. Windows color (decimal): -1154156 or 9724910. OLE color: 9724910.

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

Color convert

RGB 238 99 148 -
CMYK 0 0.58 0.38 0.07
HSL 338.85º 0.8% 0.66% -
HSV(B) 338.85º 0.58% 0.93% -
XYZ 45.07 29.24 31.29 -
YUV 146.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 238 99 148 0 0.58 0.38 0.07 338.85 0.8 0.66
Hex EE 63 94 0 3A 26 7 153 50 42
Octal 356 143 224 0 72 46 7 523 120 102
Binary 11101110 1100011 10010100 0 111010 100110 111 101010011 1010000 1000010

Color Harmonies of #EE6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6394

Black with #EE6394

Text Example


Text Example

White with #EE6394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6394; }

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

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

background-color css

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

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

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

border-color css

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

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

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