Html Css Color HEX #ED415F Radical Red

📋 copy color: '#ED415F'

red 237 ◦ green 65 ◦ blue 95

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

Shades of Radical Red #ED415F

Tints of Radical Red #ED415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 59.7%
G = 16.37%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED415F (or 0xED415F) is known color: Radical Red. HEX triplet: ED, 41 and 5F. RGB value is (237,65,95). Sum of RGB (Red+Green+Blue) = 237+65+95=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED415F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED415F is #12BEA0. Grayscale: #777777. Windows color (decimal): -1228449 or 6242797. OLE color: 6242797.

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

Color convert

RGB 237 65 95 -
CMYK 0 0.73 0.60 0.07
HSL 349.53º 0.83% 0.59% -
HSV(B) 349.53º 0.73% 0.93% -
XYZ 38.88 22.61 13.14 -
YUV 119.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 237 65 95 0 0.73 0.60 0.07 349.53 0.83 0.59
Hex ED 41 5F 0 49 3C 7 15E 53 3B
Octal 355 101 137 0 111 74 7 536 123 73
Binary 11101101 1000001 1011111 0 1001001 111100 111 101011110 1010011 111011

Color Harmonies of #ED415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED415F

Black with #ED415F

Text Example


Text Example

White with #ED415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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