Html Css Color HEX #EE6296 Deep Blush

📋 copy color: '#EE6296'

red 238 ◦ green 98 ◦ blue 150

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

Shades of Deep Blush #EE6296

Tints of Deep Blush #EE6296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.16%

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 48.97%
G = 20.16%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE6296 (or 0xEE6296) is known color: Deep Blush. HEX triplet: EE, 62 and 96. RGB value is (238,98,150). Sum of RGB (Red+Green+Blue) = 238+98+150=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6296 is #119D69. Grayscale: #919191. Windows color (decimal): -1154410 or 9855726. OLE color: 9855726.

HSL color Cylindrical-coordinate representation of color #EE6296: hue angle of 337.71º degrees, saturation: 0.8, 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 #EE6296 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 98 150 -
CMYK 0 0.59 0.37 0.07
HSL 337.71º 0.8% 0.66% -
HSV(B) 337.71º 0.59% 0.93% -
XYZ 45.13 29.11 32.1 -
YUV 145.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 238 98 150 0 0.59 0.37 0.07 337.71 0.8 0.66
Hex EE 62 96 0 3B 25 7 152 50 42
Octal 356 142 226 0 73 45 7 522 120 102
Binary 11101110 1100010 10010110 0 111011 100101 111 101010010 1010000 1000010

Color Harmonies of #EE6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6296

Black with #EE6296

Text Example


Text Example

White with #EE6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6296; }

 p { color: rgb(238,98,150); }

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

background-color css

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

 a { background-color: rgb(238,98,150); }

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

border-color css

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

 span { border-color: rgb(238,98,150); }

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