Html Css Color HEX #EE185C Ruby

📋 copy color: '#EE185C'

red 238 ◦ green 24 ◦ blue 92

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

Shades of Ruby #EE185C

Tints of Ruby #EE185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 67.23%
G = 6.78%
B = 25.99%

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

#EE185C (or 0xEE185C) is known color: Ruby. HEX triplet: EE, 18 and 5C. RGB value is (238,24,92). Sum of RGB (Red+Green+Blue) = 238+24+92=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE185C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE185C is #11E7A3. Grayscale: #5F5F5F. Windows color (decimal): -1173412 or 6035694. OLE color: 6035694.

HSL color Cylindrical-coordinate representation of color #EE185C: hue angle of 340.93º 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 #EE185C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 92 -
CMYK 0 0.90 0.61 0.07
HSL 340.93º 0.86% 0.51% -
HSV(B) 340.93º 0.9% 0.93% -
XYZ 37.52 19.6 11.93 -
YUV 95.74 125.9 229.47 -
System Red Green Blue C M Y K H S L
Decimal 238 24 92 0 0.90 0.61 0.07 340.93 0.86 0.51
Hex EE 18 5C 0 5A 3D 7 155 56 33
Octal 356 30 134 0 132 75 7 525 126 63
Binary 11101110 11000 1011100 0 1011010 111101 111 101010101 1010110 110011

Color Harmonies of #EE185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE185C

Black with #EE185C

Text Example


Text Example

White with #EE185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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