Html Css Color HEX #ED1764 Ruby

📋 copy color: '#ED1764'

red 237 ◦ green 23 ◦ blue 100

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

Shades of Ruby #ED1764

Tints of Ruby #ED1764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.39%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 65.83%
G = 6.39%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED1764 (or 0xED1764) is known color: Ruby. HEX triplet: ED, 17 and 64. RGB value is (237,23,100). Sum of RGB (Red+Green+Blue) = 237+23+100=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1764 is #12E89B. Grayscale: #5F5F5F. Windows color (decimal): -1239196 or 6559725. OLE color: 6559725.

HSL color Cylindrical-coordinate representation of color #ED1764: hue angle of 338.41º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1764 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 23 100 -
CMYK 0 0.90 0.58 0.07
HSL 338.41º 0.86% 0.51% -
HSV(B) 338.41º 0.9% 0.93% -
XYZ 37.53 19.54 13.85 -
YUV 95.76 130.4 228.74 -
System Red Green Blue C M Y K H S L
Decimal 237 23 100 0 0.90 0.58 0.07 338.41 0.86 0.51
Hex ED 17 64 0 5A 3A 7 152 56 33
Octal 355 27 144 0 132 72 7 522 126 63
Binary 11101101 10111 1100100 0 1011010 111010 111 101010010 1010110 110011

Color Harmonies of #ED1764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1764

Black with #ED1764

Text Example


Text Example

White with #ED1764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1764; }

 p { color: rgb(237,23,100); }

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

background-color css

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

 a { background-color: rgb(237,23,100); }

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

border-color css

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

 span { border-color: rgb(237,23,100); }

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