Html Css Color HEX #ED097A Ruby

📋 copy color: '#ED097A'

red 237 ◦ green 9 ◦ blue 122

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

Shades of Ruby #ED097A

Tints of Ruby #ED097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

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

R = 64.4%
G = 2.45%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED097A (or 0xED097A) is known color: Ruby. HEX triplet: ED, 09 and 7A. RGB value is (237,9,122). Sum of RGB (Red+Green+Blue) = 237+9+122=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED097A is #12F685. Grayscale: #595959. Windows color (decimal): -1242758 or 7997933. OLE color: 7997933.

HSL color Cylindrical-coordinate representation of color #ED097A: hue angle of 330.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED097A is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 9 122 -
CMYK 0 0.96 0.49 0.07
HSL 330.26º 0.93% 0.48% -
HSV(B) 330.26º 0.96% 0.93% -
XYZ 38.54 19.61 20.17 -
YUV 90.05 146.04 232.81 -
System Red Green Blue C M Y K H S L
Decimal 237 9 122 0 0.96 0.49 0.07 330.26 0.93 0.48
Hex ED 9 7A 0 60 31 7 14A 5D 30
Octal 355 11 172 0 140 61 7 512 135 60
Binary 11101101 1001 1111010 0 1100000 110001 111 101001010 1011101 110000

Color Harmonies of #ED097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED097A

Black with #ED097A

Text Example


Text Example

White with #ED097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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