Html Css Color HEX #ED156D Ruby

📋 copy color: '#ED156D'

red 237 ◦ green 21 ◦ blue 109

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

Shades of Ruby #ED156D

Tints of Ruby #ED156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 64.58%
G = 5.72%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED156D (or 0xED156D) is known color: Ruby. HEX triplet: ED, 15 and 6D. RGB value is (237,21,109). Sum of RGB (Red+Green+Blue) = 237+21+109=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED156D is #12EA92. Grayscale: #5F5F5F. Windows color (decimal): -1239699 or 7149037. OLE color: 7149037.

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

Color convert

RGB 237 21 109 -
CMYK 0 0.91 0.54 0.07
HSL 335.56º 0.86% 0.51% -
HSV(B) 335.56º 0.91% 0.93% -
XYZ 37.95 19.64 16.26 -
YUV 95.62 135.56 228.84 -
System Red Green Blue C M Y K H S L
Decimal 237 21 109 0 0.91 0.54 0.07 335.56 0.86 0.51
Hex ED 15 6D 0 5B 36 7 150 56 33
Octal 355 25 155 0 133 66 7 520 126 63
Binary 11101101 10101 1101101 0 1011011 110110 111 101010000 1010110 110011

Color Harmonies of #ED156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED156D

Black with #ED156D

Text Example


Text Example

White with #ED156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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