Html Css Color HEX #ED405E Radical Red

📋 copy color: '#ED405E'

red 237 ◦ green 64 ◦ blue 94

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

Shades of Radical Red #ED405E

Tints of Radical Red #ED405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

 BLUE value IS 94 (37.11% from 255) = 23.8%

R = 60%
G = 16.2%
B = 23.8%

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

#ED405E (or 0xED405E) is known color: Radical Red. HEX triplet: ED, 40 and 5E. RGB value is (237,64,94). Sum of RGB (Red+Green+Blue) = 237+64+94=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED405E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED405E is #12BFA1. Grayscale: #777777. Windows color (decimal): -1228706 or 6177005. OLE color: 6177005.

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

Color convert

RGB 237 64 94 -
CMYK 0 0.73 0.60 0.07
HSL 349.6º 0.83% 0.59% -
HSV(B) 349.6º 0.73% 0.93% -
XYZ 38.78 22.48 12.88 -
YUV 119.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 237 64 94 0 0.73 0.60 0.07 349.6 0.83 0.59
Hex ED 40 5E 0 49 3C 7 15E 53 3B
Octal 355 100 136 0 111 74 7 536 123 73
Binary 11101101 1000000 1011110 0 1001001 111100 111 101011110 1010011 111011

Color Harmonies of #ED405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED405E

Black with #ED405E

Text Example


Text Example

White with #ED405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED405E; }

 p { color: rgb(237,64,94); }

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

background-color css

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

 a { background-color: rgb(237,64,94); }

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

border-color css

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

 span { border-color: rgb(237,64,94); }

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