Html Css Color HEX #EE185D Ruby

📋 copy color: '#EE185D'

red 238 ◦ green 24 ◦ blue 93

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

Shades of Ruby #EE185D

Tints of Ruby #EE185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.76%

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 67.04%
G = 6.76%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE185D (or 0xEE185D) is known color: Ruby. HEX triplet: EE, 18 and 5D. RGB value is (238,24,93). Sum of RGB (Red+Green+Blue) = 238+24+93=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE185D is #11E7A2. Grayscale: #5F5F5F. Windows color (decimal): -1173411 or 6101230. OLE color: 6101230.

HSL color Cylindrical-coordinate representation of color #EE185D: hue angle of 340.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE185D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 93 -
CMYK 0 0.90 0.61 0.07
HSL 340.65º 0.86% 0.51% -
HSV(B) 340.65º 0.9% 0.93% -
XYZ 37.56 19.62 12.16 -
YUV 95.85 126.4 229.39 -
System Red Green Blue C M Y K H S L
Decimal 238 24 93 0 0.90 0.61 0.07 340.65 0.86 0.51
Hex EE 18 5D 0 5A 3D 7 155 56 33
Octal 356 30 135 0 132 75 7 525 126 63
Binary 11101110 11000 1011101 0 1011010 111101 111 101010101 1010110 110011

Color Harmonies of #EE185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE185D

Black with #EE185D

Text Example


Text Example

White with #EE185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE185D; }

 p { color: rgb(238,24,93); }

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

background-color css

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

 a { background-color: rgb(238,24,93); }

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

border-color css

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

 span { border-color: rgb(238,24,93); }

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