Html Css Color HEX #EE1763 Ruby

📋 copy color: '#EE1763'

red 238 ◦ green 23 ◦ blue 99

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

Shades of Ruby #EE1763

Tints of Ruby #EE1763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.39%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 66.11%
G = 6.39%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE1763 (or 0xEE1763) is known color: Ruby. HEX triplet: EE, 17 and 63. RGB value is (238,23,99). Sum of RGB (Red+Green+Blue) = 238+23+99=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1763 is #11E89C. Grayscale: #5F5F5F. Windows color (decimal): -1173661 or 6494190. OLE color: 6494190.

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

Color convert

RGB 238 23 99 -
CMYK 0 0.90 0.58 0.07
HSL 338.79º 0.86% 0.51% -
HSV(B) 338.79º 0.9% 0.93% -
XYZ 37.82 19.69 13.61 -
YUV 95.95 129.73 229.32 -
System Red Green Blue C M Y K H S L
Decimal 238 23 99 0 0.90 0.58 0.07 338.79 0.86 0.51
Hex EE 17 63 0 5A 3A 7 153 56 33
Octal 356 27 143 0 132 72 7 523 126 63
Binary 11101110 10111 1100011 0 1011010 111010 111 101010011 1010110 110011

Color Harmonies of #EE1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1763

Black with #EE1763

Text Example


Text Example

White with #EE1763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1763; }

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

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

background-color css

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

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

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

border-color css

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

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

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