Html Css Color HEX #EF195B Ruby

📋 copy color: '#EF195B'

red 239 ◦ green 25 ◦ blue 91

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

Shades of Ruby #EF195B

Tints of Ruby #EF195B

RGB

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

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

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

R = 67.32%
G = 7.04%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF195B (or 0xEF195B) is known color: Ruby. HEX triplet: EF, 19 and 5B. RGB value is (239,25,91). Sum of RGB (Red+Green+Blue) = 239+25+91=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF195B is #10E6A4. Grayscale: #606060. Windows color (decimal): -1107621 or 5970415. OLE color: 5970415.

HSL color Cylindrical-coordinate representation of color #EF195B: hue angle of 341.5º 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 #EF195B is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 25 91 -
CMYK 0 0.90 0.62 0.06
HSL 341.5º 0.87% 0.52% -
HSV(B) 341.5º 0.9% 0.94% -
XYZ 37.83 19.8 11.73 -
YUV 96.51 124.9 229.63 -
System Red Green Blue C M Y K H S L
Decimal 239 25 91 0 0.90 0.62 0.06 341.5 0.87 0.52
Hex EF 19 5B 0 5A 3E 6 155 57 34
Octal 357 31 133 0 132 76 6 525 127 64
Binary 11101111 11001 1011011 0 1011010 111110 110 101010101 1010111 110100

Color Harmonies of #EF195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF195B

Black with #EF195B

Text Example


Text Example

White with #EF195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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