Html Css Color HEX #EE6093 Deep Blush

📋 copy color: '#EE6093'

red 238 ◦ green 96 ◦ blue 147

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

Shades of Deep Blush #EE6093

Tints of Deep Blush #EE6093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.96%

 BLUE value IS 147 (57.81% from 255) = 30.56%

R = 49.48%
G = 19.96%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE6093 (or 0xEE6093) is known color: Deep Blush. HEX triplet: EE, 60 and 93. RGB value is (238,96,147). Sum of RGB (Red+Green+Blue) = 238+96+147=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6093 is #119F6C. Grayscale: #909090. Windows color (decimal): -1154925 or 9658606. OLE color: 9658606.

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

Color convert

RGB 238 96 147 -
CMYK 0 0.60 0.38 0.07
HSL 338.45º 0.81% 0.65% -
HSV(B) 338.45º 0.6% 0.93% -
XYZ 44.71 28.65 30.78 -
YUV 144.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 238 96 147 0 0.60 0.38 0.07 338.45 0.81 0.65
Hex EE 60 93 0 3C 26 7 152 51 41
Octal 356 140 223 0 74 46 7 522 121 101
Binary 11101110 1100000 10010011 0 111100 100110 111 101010010 1010001 1000001

Color Harmonies of #EE6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6093

Black with #EE6093

Text Example


Text Example

White with #EE6093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6093; }

 p { color: rgb(238,96,147); }

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

background-color css

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

 a { background-color: rgb(238,96,147); }

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

border-color css

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

 span { border-color: rgb(238,96,147); }

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