Html Css Color HEX #EF485D Radical Red

📋 copy color: '#EF485D'

red 239 ◦ green 72 ◦ blue 93

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

Shades of Radical Red #EF485D

Tints of Radical Red #EF485D

RGB

 RED value IS 239 (93.75% from 255) = 59.16%

 GREEN value IS 72 (28.52% from 255) = 17.82%

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

R = 59.16%
G = 17.82%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF485D (or 0xEF485D) is known color: Radical Red. HEX triplet: EF, 48 and 5D. RGB value is (239,72,93). Sum of RGB (Red+Green+Blue) = 239+72+93=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF485D is #10B7A2. Grayscale: #7C7C7C. Windows color (decimal): -1095587 or 6113519. OLE color: 6113519.

HSL color Cylindrical-coordinate representation of color #EF485D: hue angle of 352.46º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF485D is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 93 -
CMYK 0 0.70 0.61 0.06
HSL 352.46º 0.84% 0.61% -
HSV(B) 352.46º 0.7% 0.94% -
XYZ 39.89 23.78 12.84 -
YUV 124.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 239 72 93 0 0.70 0.61 0.06 352.46 0.84 0.61
Hex EF 48 5D 0 46 3D 6 160 54 3D
Octal 357 110 135 0 106 75 6 540 124 75
Binary 11101111 1001000 1011101 0 1000110 111101 110 101100000 1010100 111101

Color Harmonies of #EF485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF485D

Black with #EF485D

Text Example


Text Example

White with #EF485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF485D; }

 p { color: rgb(239,72,93); }

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

background-color css

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

 a { background-color: rgb(239,72,93); }

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

border-color css

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

 span { border-color: rgb(239,72,93); }

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