Html Css Color HEX #EE1765 Ruby

📋 copy color: '#EE1765'

red 238 ◦ green 23 ◦ blue 101

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

Shades of Ruby #EE1765

Tints of Ruby #EE1765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.9%

R = 65.75%
G = 6.35%
B = 27.9%

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

#EE1765 (or 0xEE1765) is known color: Ruby. HEX triplet: EE, 17 and 65. RGB value is (238,23,101). Sum of RGB (Red+Green+Blue) = 238+23+101=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1765 is #11E89A. Grayscale: #606060. Windows color (decimal): -1173659 or 6625262. OLE color: 6625262.

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

Color convert

RGB 238 23 101 -
CMYK 0 0.90 0.58 0.07
HSL 338.23º 0.86% 0.51% -
HSV(B) 338.23º 0.9% 0.93% -
XYZ 37.92 19.73 14.12 -
YUV 96.18 130.73 229.16 -
System Red Green Blue C M Y K H S L
Decimal 238 23 101 0 0.90 0.58 0.07 338.23 0.86 0.51
Hex EE 17 65 0 5A 3A 7 152 56 33
Octal 356 27 145 0 132 72 7 522 126 63
Binary 11101110 10111 1100101 0 1011010 111010 111 101010010 1010110 110011

Color Harmonies of #EE1765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1765

Black with #EE1765

Text Example


Text Example

White with #EE1765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1765; }

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

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

background-color css

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

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

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

border-color css

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

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

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