Html Css Color HEX #EE1678 Ruby

📋 copy color: '#EE1678'

red 238 ◦ green 22 ◦ blue 120

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

Shades of Ruby #EE1678

Tints of Ruby #EE1678

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 62.63%
G = 5.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE1678 (or 0xEE1678) is known color: Ruby. HEX triplet: EE, 16 and 78. RGB value is (238,22,120). Sum of RGB (Red+Green+Blue) = 238+22+120=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1678 is #11E987. Grayscale: #616161. Windows color (decimal): -1173896 or 7870190. OLE color: 7870190.

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

Color convert

RGB 238 22 120 -
CMYK 0 0.91 0.50 0.07
HSL 332.78º 0.86% 0.51% -
HSV(B) 332.78º 0.91% 0.93% -
XYZ 38.94 20.11 19.6 -
YUV 97.76 140.56 228.03 -
System Red Green Blue C M Y K H S L
Decimal 238 22 120 0 0.91 0.50 0.07 332.78 0.86 0.51
Hex EE 16 78 0 5B 32 7 14D 56 33
Octal 356 26 170 0 133 62 7 515 126 63
Binary 11101110 10110 1111000 0 1011011 110010 111 101001101 1010110 110011

Color Harmonies of #EE1678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1678

Black with #EE1678

Text Example


Text Example

White with #EE1678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1678; }

 p { color: rgb(238,22,120); }

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

background-color css

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

 a { background-color: rgb(238,22,120); }

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

border-color css

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

 span { border-color: rgb(238,22,120); }

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