Html Css Color HEX #EF415D Radical Red

📋 copy color: '#EF415D'

red 239 ◦ green 65 ◦ blue 93

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

Shades of Radical Red #EF415D

Tints of Radical Red #EF415D

RGB

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

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

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

R = 60.2%
G = 16.37%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF415D (or 0xEF415D) is known color: Radical Red. HEX triplet: EF, 41 and 5D. RGB value is (239,65,93). Sum of RGB (Red+Green+Blue) = 239+65+93=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF415D is #10BEA2. Grayscale: #787878. Windows color (decimal): -1097379 or 6111727. OLE color: 6111727.

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

Color convert

RGB 239 65 93 -
CMYK 0 0.73 0.61 0.06
HSL 350.34º 0.84% 0.6% -
HSV(B) 350.34º 0.73% 0.94% -
XYZ 39.46 22.92 12.7 -
YUV 120.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 239 65 93 0 0.73 0.61 0.06 350.34 0.84 0.6
Hex EF 41 5D 0 49 3D 6 15E 54 3C
Octal 357 101 135 0 111 75 6 536 124 74
Binary 11101111 1000001 1011101 0 1001001 111101 110 101011110 1010100 111100

Color Harmonies of #EF415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF415D

Black with #EF415D

Text Example


Text Example

White with #EF415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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