Html Css Color HEX #ED425D Radical Red

📋 copy color: '#ED425D'

red 237 ◦ green 66 ◦ blue 93

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

Shades of Radical Red #ED425D

Tints of Radical Red #ED425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.67%

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 59.85%
G = 16.67%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED425D (or 0xED425D) is known color: Radical Red. HEX triplet: ED, 42 and 5D. RGB value is (237,66,93). Sum of RGB (Red+Green+Blue) = 237+66+93=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED425D is #12BDA2. Grayscale: #787878. Windows color (decimal): -1228195 or 6111981. OLE color: 6111981.

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

Color convert

RGB 237 66 93 -
CMYK 0 0.72 0.61 0.07
HSL 350.53º 0.83% 0.59% -
HSV(B) 350.53º 0.72% 0.93% -
XYZ 38.85 22.69 12.69 -
YUV 120.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 237 66 93 0 0.72 0.61 0.07 350.53 0.83 0.59
Hex ED 42 5D 0 48 3D 7 15F 53 3B
Octal 355 102 135 0 110 75 7 537 123 73
Binary 11101101 1000010 1011101 0 1001000 111101 111 101011111 1010011 111011

Color Harmonies of #ED425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED425D

Black with #ED425D

Text Example


Text Example

White with #ED425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED425D; }

 p { color: rgb(237,66,93); }

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

background-color css

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

 a { background-color: rgb(237,66,93); }

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

border-color css

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

 span { border-color: rgb(237,66,93); }

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