Html Css Color HEX #ED146D Ruby

📋 copy color: '#ED146D'

red 237 ◦ green 20 ◦ blue 109

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

Shades of Ruby #ED146D

Tints of Ruby #ED146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.46%

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

R = 64.75%
G = 5.46%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED146D (or 0xED146D) is known color: Ruby. HEX triplet: ED, 14 and 6D. RGB value is (237,20,109). Sum of RGB (Red+Green+Blue) = 237+20+109=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED146D is #12EB92. Grayscale: #5E5E5E. Windows color (decimal): -1239955 or 7148781. OLE color: 7148781.

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

Color convert

RGB 237 20 109 -
CMYK 0 0.92 0.54 0.07
HSL 335.39º 0.86% 0.5% -
HSV(B) 335.39º 0.92% 0.93% -
XYZ 37.94 19.61 16.25 -
YUV 95.03 135.89 229.26 -
System Red Green Blue C M Y K H S L
Decimal 237 20 109 0 0.92 0.54 0.07 335.39 0.86 0.5
Hex ED 14 6D 0 5C 36 7 14F 56 32
Octal 355 24 155 0 134 66 7 517 126 62
Binary 11101101 10100 1101101 0 1011100 110110 111 101001111 1010110 110010

Color Harmonies of #ED146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED146D

Black with #ED146D

Text Example


Text Example

White with #ED146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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