Html Css Color HEX #ED1065 Ruby

📋 copy color: '#ED1065'

red 237 ◦ green 16 ◦ blue 101

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

Shades of Ruby #ED1065

Tints of Ruby #ED1065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.52%

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 66.95%
G = 4.52%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED1065 (or 0xED1065) is known color: Ruby. HEX triplet: ED, 10 and 65. RGB value is (237,16,101). Sum of RGB (Red+Green+Blue) = 237+16+101=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1065 is #12EF9A. Grayscale: #5B5B5B. Windows color (decimal): -1240987 or 6623469. OLE color: 6623469.

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

Color convert

RGB 237 16 101 -
CMYK 0 0.93 0.57 0.07
HSL 336.92º 0.87% 0.5% -
HSV(B) 336.92º 0.93% 0.93% -
XYZ 37.46 19.31 14.07 -
YUV 91.77 133.22 231.59 -
System Red Green Blue C M Y K H S L
Decimal 237 16 101 0 0.93 0.57 0.07 336.92 0.87 0.5
Hex ED 10 65 0 5D 39 7 151 57 32
Octal 355 20 145 0 135 71 7 521 127 62
Binary 11101101 10000 1100101 0 1011101 111001 111 101010001 1010111 110010

Color Harmonies of #ED1065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1065

Black with #ED1065

Text Example


Text Example

White with #ED1065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1065; }

 p { color: rgb(237,16,101); }

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

background-color css

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

 a { background-color: rgb(237,16,101); }

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

border-color css

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

 span { border-color: rgb(237,16,101); }

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