Html Css Color HEX #ED1572 Ruby

📋 copy color: '#ED1572'

red 237 ◦ green 21 ◦ blue 114

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

Shades of Ruby #ED1572

Tints of Ruby #ED1572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.65%

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 63.71%
G = 5.65%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED1572 (or 0xED1572) is known color: Ruby. HEX triplet: ED, 15 and 72. RGB value is (237,21,114). Sum of RGB (Red+Green+Blue) = 237+21+114=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1572 is #12EA8D. Grayscale: #606060. Windows color (decimal): -1239694 or 7476717. OLE color: 7476717.

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

Color convert

RGB 237 21 114 -
CMYK 0 0.91 0.52 0.07
HSL 334.17º 0.86% 0.51% -
HSV(B) 334.17º 0.91% 0.93% -
XYZ 38.23 19.76 17.72 -
YUV 96.19 138.06 228.44 -
System Red Green Blue C M Y K H S L
Decimal 237 21 114 0 0.91 0.52 0.07 334.17 0.86 0.51
Hex ED 15 72 0 5B 34 7 14E 56 33
Octal 355 25 162 0 133 64 7 516 126 63
Binary 11101101 10101 1110010 0 1011011 110100 111 101001110 1010110 110011

Color Harmonies of #ED1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1572

Black with #ED1572

Text Example


Text Example

White with #ED1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1572; }

 p { color: rgb(237,21,114); }

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

background-color css

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

 a { background-color: rgb(237,21,114); }

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

border-color css

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

 span { border-color: rgb(237,21,114); }

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