Html Css Color HEX #EF415B Radical Red

📋 copy color: '#EF415B'

red 239 ◦ green 65 ◦ blue 91

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

Shades of Radical Red #EF415B

Tints of Radical Red #EF415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 60.51%
G = 16.46%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF415B (or 0xEF415B) is known color: Radical Red. HEX triplet: EF, 41 and 5B. RGB value is (239,65,91). Sum of RGB (Red+Green+Blue) = 239+65+91=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF415B is #10BEA4. Grayscale: #787878. Windows color (decimal): -1097381 or 5980655. OLE color: 5980655.

HSL color Cylindrical-coordinate representation of color #EF415B: hue angle of 351.03º 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 #EF415B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 65 91 -
CMYK 0 0.73 0.62 0.06
HSL 351.03º 0.84% 0.6% -
HSV(B) 351.03º 0.73% 0.94% -
XYZ 39.38 22.89 12.24 -
YUV 119.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 239 65 91 0 0.73 0.62 0.06 351.03 0.84 0.6
Hex EF 41 5B 0 49 3E 6 15F 54 3C
Octal 357 101 133 0 111 76 6 537 124 74
Binary 11101111 1000001 1011011 0 1001001 111110 110 101011111 1010100 111100

Color Harmonies of #EF415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF415B

Black with #EF415B

Text Example


Text Example

White with #EF415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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