Html Css Color HEX #EF195E Ruby

📋 copy color: '#EF195E'

red 239 ◦ green 25 ◦ blue 94

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

Shades of Ruby #EF195E

Tints of Ruby #EF195E

RGB

 RED value IS 239 (93.75% from 255) = 66.76%

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 66.76%
G = 6.98%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF195E (or 0xEF195E) is known color: Ruby. HEX triplet: EF, 19 and 5E. RGB value is (239,25,94). Sum of RGB (Red+Green+Blue) = 239+25+94=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF195E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF195E is #10E6A1. Grayscale: #606060. Windows color (decimal): -1107618 or 6167023. OLE color: 6167023.

HSL color Cylindrical-coordinate representation of color #EF195E: hue angle of 340.65º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF195E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 25 94 -
CMYK 0 0.90 0.61 0.06
HSL 340.65º 0.87% 0.52% -
HSV(B) 340.65º 0.9% 0.94% -
XYZ 37.96 19.85 12.42 -
YUV 96.85 126.4 229.39 -
System Red Green Blue C M Y K H S L
Decimal 239 25 94 0 0.90 0.61 0.06 340.65 0.87 0.52
Hex EF 19 5E 0 5A 3D 6 155 57 34
Octal 357 31 136 0 132 75 6 525 127 64
Binary 11101111 11001 1011110 0 1011010 111101 110 101010101 1010111 110100

Color Harmonies of #EF195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF195E

Black with #EF195E

Text Example


Text Example

White with #EF195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF195E; }

 p { color: rgb(239,25,94); }

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

background-color css

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

 a { background-color: rgb(239,25,94); }

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

border-color css

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

 span { border-color: rgb(239,25,94); }

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