Html Css Color HEX #EF195C Ruby

📋 copy color: '#EF195C'

red 239 ◦ green 25 ◦ blue 92

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

Shades of Ruby #EF195C

Tints of Ruby #EF195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 67.13%
G = 7.02%
B = 25.84%

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

#EF195C (or 0xEF195C) is known color: Ruby. HEX triplet: EF, 19 and 5C. RGB value is (239,25,92). Sum of RGB (Red+Green+Blue) = 239+25+92=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF195C is #10E6A3. Grayscale: #606060. Windows color (decimal): -1107620 or 6035951. OLE color: 6035951.

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

Color convert

RGB 239 25 92 -
CMYK 0 0.90 0.62 0.06
HSL 341.22º 0.87% 0.52% -
HSV(B) 341.22º 0.9% 0.94% -
XYZ 37.88 19.82 11.95 -
YUV 96.62 125.4 229.55 -
System Red Green Blue C M Y K H S L
Decimal 239 25 92 0 0.90 0.62 0.06 341.22 0.87 0.52
Hex EF 19 5C 0 5A 3E 6 155 57 34
Octal 357 31 134 0 132 76 6 525 127 64
Binary 11101111 11001 1011100 0 1011010 111110 110 101010101 1010111 110100

Color Harmonies of #EF195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF195C

Black with #EF195C

Text Example


Text Example

White with #EF195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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