Html Css Color HEX #ED127A Ruby

📋 copy color: '#ED127A'

red 237 ◦ green 18 ◦ blue 122

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

Shades of Ruby #ED127A

Tints of Ruby #ED127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 62.86%
G = 4.77%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED127A (or 0xED127A) is known color: Ruby. HEX triplet: ED, 12 and 7A. RGB value is (237,18,122). Sum of RGB (Red+Green+Blue) = 237+18+122=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED127A is #12ED85. Grayscale: #5F5F5F. Windows color (decimal): -1240454 or 8000237. OLE color: 8000237.

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

Color convert

RGB 237 18 122 -
CMYK 0 0.92 0.49 0.07
HSL 331.51º 0.86% 0.5% -
HSV(B) 331.51º 0.92% 0.93% -
XYZ 38.65 19.84 20.2 -
YUV 95.34 143.05 229.04 -
System Red Green Blue C M Y K H S L
Decimal 237 18 122 0 0.92 0.49 0.07 331.51 0.86 0.5
Hex ED 12 7A 0 5C 31 7 14C 56 32
Octal 355 22 172 0 134 61 7 514 126 62
Binary 11101101 10010 1111010 0 1011100 110001 111 101001100 1010110 110010

Color Harmonies of #ED127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED127A

Black with #ED127A

Text Example


Text Example

White with #ED127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED127A; }

 p { color: rgb(237,18,122); }

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

background-color css

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

 a { background-color: rgb(237,18,122); }

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

border-color css

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

 span { border-color: rgb(237,18,122); }

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