Html Css Color HEX #EE155F Ruby

📋 copy color: '#EE155F'

red 238 ◦ green 21 ◦ blue 95

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

Shades of Ruby #EE155F

Tints of Ruby #EE155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.93%

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 67.23%
G = 5.93%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE155F (or 0xEE155F) is known color: Ruby. HEX triplet: EE, 15 and 5F. RGB value is (238,21,95). Sum of RGB (Red+Green+Blue) = 238+21+95=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE155F is #11EAA0. Grayscale: #5E5E5E. Windows color (decimal): -1174177 or 6231534. OLE color: 6231534.

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

Color convert

RGB 238 21 95 -
CMYK 0 0.91 0.60 0.07
HSL 339.54º 0.86% 0.51% -
HSV(B) 339.54º 0.91% 0.93% -
XYZ 37.59 19.54 12.62 -
YUV 94.32 128.39 230.48 -
System Red Green Blue C M Y K H S L
Decimal 238 21 95 0 0.91 0.60 0.07 339.54 0.86 0.51
Hex EE 15 5F 0 5B 3C 7 154 56 33
Octal 356 25 137 0 133 74 7 524 126 63
Binary 11101110 10101 1011111 0 1011011 111100 111 101010100 1010110 110011

Color Harmonies of #EE155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE155F

Black with #EE155F

Text Example


Text Example

White with #EE155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE155F; }

 p { color: rgb(238,21,95); }

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

background-color css

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

 a { background-color: rgb(238,21,95); }

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

border-color css

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

 span { border-color: rgb(238,21,95); }

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