Html Css Color HEX #EE195F Ruby

📋 copy color: '#EE195F'

red 238 ◦ green 25 ◦ blue 95

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

Shades of Ruby #EE195F

Tints of Ruby #EE195F

RGB

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

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

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

R = 66.48%
G = 6.98%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE195F (or 0xEE195F) is known color: Ruby. HEX triplet: EE, 19 and 5F. RGB value is (238,25,95). Sum of RGB (Red+Green+Blue) = 238+25+95=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE195F is #11E6A0. Grayscale: #606060. Windows color (decimal): -1173153 or 6232558. OLE color: 6232558.

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

Color convert

RGB 238 25 95 -
CMYK 0 0.89 0.60 0.07
HSL 340.28º 0.86% 0.52% -
HSV(B) 340.28º 0.89% 0.93% -
XYZ 37.67 19.7 12.64 -
YUV 96.67 127.07 228.81 -
System Red Green Blue C M Y K H S L
Decimal 238 25 95 0 0.89 0.60 0.07 340.28 0.86 0.52
Hex EE 19 5F 0 59 3C 7 154 56 34
Octal 356 31 137 0 131 74 7 524 126 64
Binary 11101110 11001 1011111 0 1011001 111100 111 101010100 1010110 110100

Color Harmonies of #EE195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE195F

Black with #EE195F

Text Example


Text Example

White with #EE195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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