Html Css Color HEX #ED1F6E Ruby

📋 copy color: '#ED1F6E'

red 237 ◦ green 31 ◦ blue 110

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

Shades of Ruby #ED1F6E

Tints of Ruby #ED1F6E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.2%

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 62.7%
G = 8.2%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED1F6E (or 0xED1F6E) is known color: Ruby. HEX triplet: ED, 1F and 6E. RGB value is (237,31,110). Sum of RGB (Red+Green+Blue) = 237+31+110=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1F6E is #12E091. Grayscale: #656565. Windows color (decimal): -1237138 or 7217133. OLE color: 7217133.

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

Color convert

RGB 237 31 110 -
CMYK 0 0.87 0.54 0.07
HSL 336.99º 0.85% 0.53% -
HSV(B) 336.99º 0.87% 0.93% -
XYZ 38.23 20.11 16.62 -
YUV 101.6 132.75 224.58 -
System Red Green Blue C M Y K H S L
Decimal 237 31 110 0 0.87 0.54 0.07 336.99 0.85 0.53
Hex ED 1F 6E 0 57 36 7 151 55 35
Octal 355 37 156 0 127 66 7 521 125 65
Binary 11101101 11111 1101110 0 1010111 110110 111 101010001 1010101 110101

Color Harmonies of #ED1F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1F6E

Black with #ED1F6E

Text Example


Text Example

White with #ED1F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1F6E; }

 p { color: rgb(237,31,110); }

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

background-color css

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

 a { background-color: rgb(237,31,110); }

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

border-color css

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

 span { border-color: rgb(237,31,110); }

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