Html Css Color HEX #ED146E Ruby

📋 copy color: '#ED146E'

red 237 ◦ green 20 ◦ blue 110

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

Shades of Ruby #ED146E

Tints of Ruby #ED146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 64.58%
G = 5.45%
B = 29.97%

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

#ED146E (or 0xED146E) is known color: Ruby. HEX triplet: ED, 14 and 6E. RGB value is (237,20,110). Sum of RGB (Red+Green+Blue) = 237+20+110=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED146E is #12EB91. Grayscale: #5E5E5E. Windows color (decimal): -1239954 or 7214317. OLE color: 7214317.

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

Color convert

RGB 237 20 110 -
CMYK 0 0.92 0.54 0.07
HSL 335.12º 0.86% 0.5% -
HSV(B) 335.12º 0.92% 0.93% -
XYZ 37.99 19.63 16.54 -
YUV 95.14 136.39 229.18 -
System Red Green Blue C M Y K H S L
Decimal 237 20 110 0 0.92 0.54 0.07 335.12 0.86 0.5
Hex ED 14 6E 0 5C 36 7 14F 56 32
Octal 355 24 156 0 134 66 7 517 126 62
Binary 11101101 10100 1101110 0 1011100 110110 111 101001111 1010110 110010

Color Harmonies of #ED146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED146E

Black with #ED146E

Text Example


Text Example

White with #ED146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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