Html Css Color HEX #ED4568 Radical Red

📋 copy color: '#ED4568'

red 237 ◦ green 69 ◦ blue 104

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

Shades of Radical Red #ED4568

Tints of Radical Red #ED4568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.83%

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 57.8%
G = 16.83%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED4568 (or 0xED4568) is known color: Radical Red. HEX triplet: ED, 45 and 68. RGB value is (237,69,104). Sum of RGB (Red+Green+Blue) = 237+69+104=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4568 is #12BA97. Grayscale: #7B7B7B. Windows color (decimal): -1227416 or 6833645. OLE color: 6833645.

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

Color convert

RGB 237 69 104 -
CMYK 0 0.71 0.56 0.07
HSL 347.5º 0.82% 0.6% -
HSV(B) 347.5º 0.71% 0.93% -
XYZ 39.55 23.26 15.5 -
YUV 123.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 237 69 104 0 0.71 0.56 0.07 347.5 0.82 0.6
Hex ED 45 68 0 47 38 7 15C 52 3C
Octal 355 105 150 0 107 70 7 534 122 74
Binary 11101101 1000101 1101000 0 1000111 111000 111 101011100 1010010 111100

Color Harmonies of #ED4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4568

Black with #ED4568

Text Example


Text Example

White with #ED4568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4568; }

 p { color: rgb(237,69,104); }

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

background-color css

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

 a { background-color: rgb(237,69,104); }

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

border-color css

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

 span { border-color: rgb(237,69,104); }

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