Html Css Color HEX #ED0875 Ruby

📋 copy color: '#ED0875'

red 237 ◦ green 8 ◦ blue 117

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

Shades of Ruby #ED0875

Tints of Ruby #ED0875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.21%

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

R = 65.47%
G = 2.21%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED0875 (or 0xED0875) is known color: Ruby. HEX triplet: ED, 08 and 75. RGB value is (237,8,117). Sum of RGB (Red+Green+Blue) = 237+8+117=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0875 is #12F78A. Grayscale: #585858. Windows color (decimal): -1243019 or 7669997. OLE color: 7669997.

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

Color convert

RGB 237 8 117 -
CMYK 0 0.97 0.51 0.07
HSL 331.44º 0.93% 0.48% -
HSV(B) 331.44º 0.97% 0.93% -
XYZ 38.22 19.46 18.57 -
YUV 88.9 143.87 233.64 -
System Red Green Blue C M Y K H S L
Decimal 237 8 117 0 0.97 0.51 0.07 331.44 0.93 0.48
Hex ED 8 75 0 61 33 7 14B 5D 30
Octal 355 10 165 0 141 63 7 513 135 60
Binary 11101101 1000 1110101 0 1100001 110011 111 101001011 1011101 110000

Color Harmonies of #ED0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0875

Black with #ED0875

Text Example


Text Example

White with #ED0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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