Html Css Color HEX #ED415C Radical Red

📋 copy color: '#ED415C'

red 237 ◦ green 65 ◦ blue 92

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

Shades of Radical Red #ED415C

Tints of Radical Red #ED415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 60.15%
G = 16.5%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED415C (or 0xED415C) is known color: Radical Red. HEX triplet: ED, 41 and 5C. RGB value is (237,65,92). Sum of RGB (Red+Green+Blue) = 237+65+92=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED415C is #12BEA3. Grayscale: #777777. Windows color (decimal): -1228452 or 6046189. OLE color: 6046189.

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

Color convert

RGB 237 65 92 -
CMYK 0 0.73 0.61 0.07
HSL 350.58º 0.83% 0.59% -
HSV(B) 350.58º 0.73% 0.93% -
XYZ 38.75 22.56 12.44 -
YUV 119.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 237 65 92 0 0.73 0.61 0.07 350.58 0.83 0.59
Hex ED 41 5C 0 49 3D 7 15F 53 3B
Octal 355 101 134 0 111 75 7 537 123 73
Binary 11101101 1000001 1011100 0 1001001 111101 111 101011111 1010011 111011

Color Harmonies of #ED415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED415C

Black with #ED415C

Text Example


Text Example

White with #ED415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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