Html Css Color HEX #ED195E Ruby

📋 copy color: '#ED195E'

red 237 ◦ green 25 ◦ blue 94

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

Shades of Ruby #ED195E

Tints of Ruby #ED195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 66.57%
G = 7.02%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED195E (or 0xED195E) is known color: Ruby. HEX triplet: ED, 19 and 5E. RGB value is (237,25,94). Sum of RGB (Red+Green+Blue) = 237+25+94=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED195E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED195E is #12E6A1. Grayscale: #606060. Windows color (decimal): -1238690 or 6167021. OLE color: 6167021.

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

Color convert

RGB 237 25 94 -
CMYK 0 0.89 0.60 0.07
HSL 340.47º 0.85% 0.51% -
HSV(B) 340.47º 0.89% 0.93% -
XYZ 37.29 19.51 12.39 -
YUV 96.25 126.74 228.39 -
System Red Green Blue C M Y K H S L
Decimal 237 25 94 0 0.89 0.60 0.07 340.47 0.85 0.51
Hex ED 19 5E 0 59 3C 7 154 55 33
Octal 355 31 136 0 131 74 7 524 125 63
Binary 11101101 11001 1011110 0 1011001 111100 111 101010100 1010101 110011

Color Harmonies of #ED195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED195E

Black with #ED195E

Text Example


Text Example

White with #ED195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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