Html Css Color HEX #ED146A Ruby

📋 copy color: '#ED146A'

red 237 ◦ green 20 ◦ blue 106

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

Shades of Ruby #ED146A

Tints of Ruby #ED146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 65.29%
G = 5.51%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED146A (or 0xED146A) is known color: Ruby. HEX triplet: ED, 14 and 6A. RGB value is (237,20,106). Sum of RGB (Red+Green+Blue) = 237+20+106=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED146A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED146A is #12EB95. Grayscale: #5E5E5E. Windows color (decimal): -1239958 or 6952173. OLE color: 6952173.

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

Color convert

RGB 237 20 106 -
CMYK 0 0.92 0.55 0.07
HSL 336.22º 0.86% 0.5% -
HSV(B) 336.22º 0.92% 0.93% -
XYZ 37.78 19.55 15.42 -
YUV 94.69 134.39 229.51 -
System Red Green Blue C M Y K H S L
Decimal 237 20 106 0 0.92 0.55 0.07 336.22 0.86 0.5
Hex ED 14 6A 0 5C 37 7 150 56 32
Octal 355 24 152 0 134 67 7 520 126 62
Binary 11101101 10100 1101010 0 1011100 110111 111 101010000 1010110 110010

Color Harmonies of #ED146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED146A

Black with #ED146A

Text Example


Text Example

White with #ED146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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