Html Css Color HEX #EF196B Ruby

📋 copy color: '#EF196B'

red 239 ◦ green 25 ◦ blue 107

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

Shades of Ruby #EF196B

Tints of Ruby #EF196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 64.42%
G = 6.74%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF196B (or 0xEF196B) is known color: Ruby. HEX triplet: EF, 19 and 6B. RGB value is (239,25,107). Sum of RGB (Red+Green+Blue) = 239+25+107=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF196B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF196B is #10E694. Grayscale: #626262. Windows color (decimal): -1107605 or 7018991. OLE color: 7018991.

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

Color convert

RGB 239 25 107 -
CMYK 0 0.90 0.55 0.06
HSL 337.01º 0.87% 0.52% -
HSV(B) 337.01º 0.9% 0.94% -
XYZ 38.6 20.11 15.76 -
YUV 98.33 132.9 228.33 -
System Red Green Blue C M Y K H S L
Decimal 239 25 107 0 0.90 0.55 0.06 337.01 0.87 0.52
Hex EF 19 6B 0 5A 37 6 151 57 34
Octal 357 31 153 0 132 67 6 521 127 64
Binary 11101111 11001 1101011 0 1011010 110111 110 101010001 1010111 110100

Color Harmonies of #EF196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF196B

Black with #EF196B

Text Example


Text Example

White with #EF196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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