Html Css Color HEX #ED196A Ruby

📋 copy color: '#ED196A'

red 237 ◦ green 25 ◦ blue 106

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

Shades of Ruby #ED196A

Tints of Ruby #ED196A

RGB

 RED value IS 237 (92.97% from 255) = 64.4%

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

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

R = 64.4%
G = 6.79%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED196A (or 0xED196A) is known color: Ruby. HEX triplet: ED, 19 and 6A. RGB value is (237,25,106). Sum of RGB (Red+Green+Blue) = 237+25+106=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED196A is #12E695. Grayscale: #616161. Windows color (decimal): -1238678 or 6953453. OLE color: 6953453.

HSL color Cylindrical-coordinate representation of color #ED196A: hue angle of 337.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED196A is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 25 106 -
CMYK 0 0.89 0.55 0.07
HSL 337.08º 0.85% 0.51% -
HSV(B) 337.08º 0.89% 0.93% -
XYZ 37.87 19.74 15.45 -
YUV 97.62 132.74 227.41 -
System Red Green Blue C M Y K H S L
Decimal 237 25 106 0 0.89 0.55 0.07 337.08 0.85 0.51
Hex ED 19 6A 0 59 37 7 151 55 33
Octal 355 31 152 0 131 67 7 521 125 63
Binary 11101101 11001 1101010 0 1011001 110111 111 101010001 1010101 110011

Color Harmonies of #ED196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED196A

Black with #ED196A

Text Example


Text Example

White with #ED196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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