Html Css Color HEX #ED1F6B Ruby

📋 copy color: '#ED1F6B'

red 237 ◦ green 31 ◦ blue 107

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

Shades of Ruby #ED1F6B

Tints of Ruby #ED1F6B

RGB

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

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

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

R = 63.2%
G = 8.27%
B = 28.53%

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

#ED1F6B (or 0xED1F6B) is known color: Ruby. HEX triplet: ED, 1F and 6B. RGB value is (237,31,107). Sum of RGB (Red+Green+Blue) = 237+31+107=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1F6B is #12E094. Grayscale: #656565. Windows color (decimal): -1237141 or 7020525. OLE color: 7020525.

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

Color convert

RGB 237 31 107 -
CMYK 0 0.87 0.55 0.07
HSL 337.86º 0.85% 0.53% -
HSV(B) 337.86º 0.87% 0.93% -
XYZ 38.07 20.05 15.77 -
YUV 101.26 131.25 224.82 -
System Red Green Blue C M Y K H S L
Decimal 237 31 107 0 0.87 0.55 0.07 337.86 0.85 0.53
Hex ED 1F 6B 0 57 37 7 152 55 35
Octal 355 37 153 0 127 67 7 522 125 65
Binary 11101101 11111 1101011 0 1010111 110111 111 101010010 1010101 110101

Color Harmonies of #ED1F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1F6B

Black with #ED1F6B

Text Example


Text Example

White with #ED1F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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