Html Css Color HEX #EF196A Ruby

📋 copy color: '#EF196A'

red 239 ◦ green 25 ◦ blue 106

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

Shades of Ruby #EF196A

Tints of Ruby #EF196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.65%

R = 64.59%
G = 6.76%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF196A (or 0xEF196A) is known color: Ruby. HEX triplet: EF, 19 and 6A. RGB value is (239,25,106). Sum of RGB (Red+Green+Blue) = 239+25+106=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF196A is #10E695. Grayscale: #626262. Windows color (decimal): -1107606 or 6953455. OLE color: 6953455.

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

Color convert

RGB 239 25 106 -
CMYK 0 0.90 0.56 0.06
HSL 337.29º 0.87% 0.52% -
HSV(B) 337.29º 0.9% 0.94% -
XYZ 38.55 20.09 15.48 -
YUV 98.22 132.4 228.41 -
System Red Green Blue C M Y K H S L
Decimal 239 25 106 0 0.90 0.56 0.06 337.29 0.87 0.52
Hex EF 19 6A 0 5A 38 6 151 57 34
Octal 357 31 152 0 132 70 6 521 127 64
Binary 11101111 11001 1101010 0 1011010 111000 110 101010001 1010111 110100

Color Harmonies of #EF196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF196A

Black with #EF196A

Text Example


Text Example

White with #EF196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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