Html Css Color HEX #ED0975 Ruby

📋 copy color: '#ED0975'

red 237 ◦ green 9 ◦ blue 117

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

Shades of Ruby #ED0975

Tints of Ruby #ED0975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 65.29%
G = 2.48%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED0975 (or 0xED0975) is known color: Ruby. HEX triplet: ED, 09 and 75. RGB value is (237,9,117). Sum of RGB (Red+Green+Blue) = 237+9+117=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0975 is #12F68A. Grayscale: #595959. Windows color (decimal): -1242763 or 7670253. OLE color: 7670253.

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

Color convert

RGB 237 9 117 -
CMYK 0 0.96 0.51 0.07
HSL 331.58º 0.93% 0.48% -
HSV(B) 331.58º 0.96% 0.93% -
XYZ 38.23 19.48 18.58 -
YUV 89.48 143.54 233.22 -
System Red Green Blue C M Y K H S L
Decimal 237 9 117 0 0.96 0.51 0.07 331.58 0.93 0.48
Hex ED 9 75 0 60 33 7 14C 5D 30
Octal 355 11 165 0 140 63 7 514 135 60
Binary 11101101 1001 1110101 0 1100000 110011 111 101001100 1011101 110000

Color Harmonies of #ED0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0975

Black with #ED0975

Text Example


Text Example

White with #ED0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0975; }

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

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

background-color css

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

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

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

border-color css

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

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

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