Html Css Color HEX #EE195B Ruby

📋 copy color: '#EE195B'

red 238 ◦ green 25 ◦ blue 91

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

Shades of Ruby #EE195B

Tints of Ruby #EE195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 67.23%
G = 7.06%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE195B (or 0xEE195B) is known color: Ruby. HEX triplet: EE, 19 and 5B. RGB value is (238,25,91). Sum of RGB (Red+Green+Blue) = 238+25+91=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE195B is #11E6A4. Grayscale: #606060. Windows color (decimal): -1173157 or 5970414. OLE color: 5970414.

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

Color convert

RGB 238 25 91 -
CMYK 0 0.89 0.62 0.07
HSL 341.41º 0.86% 0.52% -
HSV(B) 341.41º 0.89% 0.93% -
XYZ 37.5 19.63 11.71 -
YUV 96.21 125.07 229.13 -
System Red Green Blue C M Y K H S L
Decimal 238 25 91 0 0.89 0.62 0.07 341.41 0.86 0.52
Hex EE 19 5B 0 59 3E 7 155 56 34
Octal 356 31 133 0 131 76 7 525 126 64
Binary 11101110 11001 1011011 0 1011001 111110 111 101010101 1010110 110100

Color Harmonies of #EE195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE195B

Black with #EE195B

Text Example


Text Example

White with #EE195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE195B; }

 p { color: rgb(238,25,91); }

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

background-color css

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

 a { background-color: rgb(238,25,91); }

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

border-color css

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

 span { border-color: rgb(238,25,91); }

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