Html Css Color HEX #ED1F6A Ruby

📋 copy color: '#ED1F6A'

red 237 ◦ green 31 ◦ blue 106

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

Shades of Ruby #ED1F6A

Tints of Ruby #ED1F6A

RGB

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

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

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

R = 63.37%
G = 8.29%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED1F6A (or 0xED1F6A) is known color: Ruby. HEX triplet: ED, 1F and 6A. RGB value is (237,31,106). Sum of RGB (Red+Green+Blue) = 237+31+106=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1F6A is #12E095. Grayscale: #656565. Windows color (decimal): -1237142 or 6954989. OLE color: 6954989.

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

Color convert

RGB 237 31 106 -
CMYK 0 0.87 0.55 0.07
HSL 338.16º 0.85% 0.53% -
HSV(B) 338.16º 0.87% 0.93% -
XYZ 38.02 20.03 15.5 -
YUV 101.14 130.75 224.9 -
System Red Green Blue C M Y K H S L
Decimal 237 31 106 0 0.87 0.55 0.07 338.16 0.85 0.53
Hex ED 1F 6A 0 57 37 7 152 55 35
Octal 355 37 152 0 127 67 7 522 125 65
Binary 11101101 11111 1101010 0 1010111 110111 111 101010010 1010101 110101

Color Harmonies of #ED1F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1F6A

Black with #ED1F6A

Text Example


Text Example

White with #ED1F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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