Html Css Color HEX #ED465C Radical Red

📋 copy color: '#ED465C'

red 237 ◦ green 70 ◦ blue 92

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

Shades of Radical Red #ED465C

Tints of Radical Red #ED465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

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

R = 59.4%
G = 17.54%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED465C (or 0xED465C) is known color: Radical Red. HEX triplet: ED, 46 and 5C. RGB value is (237,70,92). Sum of RGB (Red+Green+Blue) = 237+70+92=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED465C is #12B9A3. Grayscale: #7A7A7A. Windows color (decimal): -1227172 or 6047469. OLE color: 6047469.

HSL color Cylindrical-coordinate representation of color #ED465C: hue angle of 352.1º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED465C is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 70 92 -
CMYK 0 0.70 0.61 0.07
HSL 352.1º 0.82% 0.6% -
HSV(B) 352.1º 0.7% 0.93% -
XYZ 39.05 23.16 12.54 -
YUV 122.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 237 70 92 0 0.70 0.61 0.07 352.1 0.82 0.6
Hex ED 46 5C 0 46 3D 7 160 52 3C
Octal 355 106 134 0 106 75 7 540 122 74
Binary 11101101 1000110 1011100 0 1000110 111101 111 101100000 1010010 111100

Color Harmonies of #ED465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED465C

Black with #ED465C

Text Example


Text Example

White with #ED465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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