Html Css Color HEX #ED136E Ruby

📋 copy color: '#ED136E'

red 237 ◦ green 19 ◦ blue 110

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

Shades of Ruby #ED136E

Tints of Ruby #ED136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

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

R = 64.75%
G = 5.19%
B = 30.05%

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

#ED136E (or 0xED136E) is known color: Ruby. HEX triplet: ED, 13 and 6E. RGB value is (237,19,110). Sum of RGB (Red+Green+Blue) = 237+19+110=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED136E is #12EC91. Grayscale: #5E5E5E. Windows color (decimal): -1240210 or 7214061. OLE color: 7214061.

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

Color convert

RGB 237 19 110 -
CMYK 0 0.92 0.54 0.07
HSL 334.95º 0.86% 0.5% -
HSV(B) 334.95º 0.92% 0.93% -
XYZ 37.97 19.6 16.53 -
YUV 94.56 136.72 229.6 -
System Red Green Blue C M Y K H S L
Decimal 237 19 110 0 0.92 0.54 0.07 334.95 0.86 0.5
Hex ED 13 6E 0 5C 36 7 14F 56 32
Octal 355 23 156 0 134 66 7 517 126 62
Binary 11101101 10011 1101110 0 1011100 110110 111 101001111 1010110 110010

Color Harmonies of #ED136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED136E

Black with #ED136E

Text Example


Text Example

White with #ED136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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