Html Css Color HEX #ED215F Ruby

📋 copy color: '#ED215F'

red 237 ◦ green 33 ◦ blue 95

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

Shades of Ruby #ED215F

Tints of Ruby #ED215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 64.93%
G = 9.04%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED215F (or 0xED215F) is known color: Ruby. HEX triplet: ED, 21 and 5F. RGB value is (237,33,95). Sum of RGB (Red+Green+Blue) = 237+33+95=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED215F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED215F is #12DEA0. Grayscale: #656565. Windows color (decimal): -1236641 or 6234605. OLE color: 6234605.

HSL color Cylindrical-coordinate representation of color #ED215F: hue angle of 341.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED215F is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 33 95 -
CMYK 0 0.86 0.60 0.07
HSL 341.76º 0.85% 0.53% -
HSV(B) 341.76º 0.86% 0.93% -
XYZ 37.53 19.92 12.69 -
YUV 101.06 124.59 224.96 -
System Red Green Blue C M Y K H S L
Decimal 237 33 95 0 0.86 0.60 0.07 341.76 0.85 0.53
Hex ED 21 5F 0 56 3C 7 156 55 35
Octal 355 41 137 0 126 74 7 526 125 65
Binary 11101101 100001 1011111 0 1010110 111100 111 101010110 1010101 110101

Color Harmonies of #ED215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED215F

Black with #ED215F

Text Example


Text Example

White with #ED215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED215F; }

 p { color: rgb(237,33,95); }

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

background-color css

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

 a { background-color: rgb(237,33,95); }

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

border-color css

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

 span { border-color: rgb(237,33,95); }

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