Html Css Color HEX #ED196B Ruby

📋 copy color: '#ED196B'

red 237 ◦ green 25 ◦ blue 107

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

Shades of Ruby #ED196B

Tints of Ruby #ED196B

RGB

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

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

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

R = 64.23%
G = 6.78%
B = 29%

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

#ED196B (or 0xED196B) is known color: Ruby. HEX triplet: ED, 19 and 6B. RGB value is (237,25,107). Sum of RGB (Red+Green+Blue) = 237+25+107=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED196B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED196B is #12E694. Grayscale: #616161. Windows color (decimal): -1238677 or 7018989. OLE color: 7018989.

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

Color convert

RGB 237 25 107 -
CMYK 0 0.89 0.55 0.07
HSL 336.79º 0.85% 0.51% -
HSV(B) 336.79º 0.89% 0.93% -
XYZ 37.93 19.76 15.73 -
YUV 97.74 133.24 227.33 -
System Red Green Blue C M Y K H S L
Decimal 237 25 107 0 0.89 0.55 0.07 336.79 0.85 0.51
Hex ED 19 6B 0 59 37 7 151 55 33
Octal 355 31 153 0 131 67 7 521 125 63
Binary 11101101 11001 1101011 0 1011001 110111 111 101010001 1010101 110011

Color Harmonies of #ED196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED196B

Black with #ED196B

Text Example


Text Example

White with #ED196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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