Html Css Color HEX #ED1578 Ruby

📋 copy color: '#ED1578'

red 237 ◦ green 21 ◦ blue 120

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

Shades of Ruby #ED1578

Tints of Ruby #ED1578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 62.7%
G = 5.56%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED1578 (or 0xED1578) is known color: Ruby. HEX triplet: ED, 15 and 78. RGB value is (237,21,120). Sum of RGB (Red+Green+Blue) = 237+21+120=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1578 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1578 is #12EA87. Grayscale: #606060. Windows color (decimal): -1239688 or 7869933. OLE color: 7869933.

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

Color convert

RGB 237 21 120 -
CMYK 0 0.91 0.49 0.07
HSL 332.5º 0.86% 0.51% -
HSV(B) 332.5º 0.91% 0.93% -
XYZ 38.58 19.9 19.58 -
YUV 96.87 141.06 227.95 -
System Red Green Blue C M Y K H S L
Decimal 237 21 120 0 0.91 0.49 0.07 332.5 0.86 0.51
Hex ED 15 78 0 5B 31 7 14C 56 33
Octal 355 25 170 0 133 61 7 514 126 63
Binary 11101101 10101 1111000 0 1011011 110001 111 101001100 1010110 110011

Color Harmonies of #ED1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1578

Black with #ED1578

Text Example


Text Example

White with #ED1578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1578; }

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

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

background-color css

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

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

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

border-color css

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

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

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