Html Css Color HEX #EF305D Radical Red

📋 copy color: '#EF305D'

red 239 ◦ green 48 ◦ blue 93

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

Shades of Radical Red #EF305D

Tints of Radical Red #EF305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.63%

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

R = 62.89%
G = 12.63%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF305D (or 0xEF305D) is known color: Radical Red. HEX triplet: EF, 30 and 5D. RGB value is (239,48,93). Sum of RGB (Red+Green+Blue) = 239+48+93=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF305D is #10CFA2. Grayscale: #6E6E6E. Windows color (decimal): -1101731 or 6107375. OLE color: 6107375.

HSL color Cylindrical-coordinate representation of color #EF305D: hue angle of 345.86º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF305D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 93 -
CMYK 0 0.80 0.61 0.06
HSL 345.86º 0.86% 0.56% -
HSV(B) 345.86º 0.8% 0.94% -
XYZ 38.63 21.25 12.42 -
YUV 110.24 118.28 219.84 -
System Red Green Blue C M Y K H S L
Decimal 239 48 93 0 0.80 0.61 0.06 345.86 0.86 0.56
Hex EF 30 5D 0 50 3D 6 15A 56 38
Octal 357 60 135 0 120 75 6 532 126 70
Binary 11101111 110000 1011101 0 1010000 111101 110 101011010 1010110 111000

Color Harmonies of #EF305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF305D

Black with #EF305D

Text Example


Text Example

White with #EF305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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