Html Css Color HEX #EE145F Ruby

📋 copy color: '#EE145F'

red 238 ◦ green 20 ◦ blue 95

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

Shades of Ruby #EE145F

Tints of Ruby #EE145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 67.42%
G = 5.67%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE145F (or 0xEE145F) is known color: Ruby. HEX triplet: EE, 14 and 5F. RGB value is (238,20,95). Sum of RGB (Red+Green+Blue) = 238+20+95=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE145F is #11EBA0. Grayscale: #5D5D5D. Windows color (decimal): -1174433 or 6231278. OLE color: 6231278.

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

Color convert

RGB 238 20 95 -
CMYK 0 0.92 0.60 0.07
HSL 339.36º 0.87% 0.51% -
HSV(B) 339.36º 0.92% 0.93% -
XYZ 37.58 19.5 12.61 -
YUV 93.73 128.72 230.9 -
System Red Green Blue C M Y K H S L
Decimal 238 20 95 0 0.92 0.60 0.07 339.36 0.87 0.51
Hex EE 14 5F 0 5C 3C 7 153 57 33
Octal 356 24 137 0 134 74 7 523 127 63
Binary 11101110 10100 1011111 0 1011100 111100 111 101010011 1010111 110011

Color Harmonies of #EE145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE145F

Black with #EE145F

Text Example


Text Example

White with #EE145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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