Html Css Color HEX #EF355E Radical Red

📋 copy color: '#EF355E'

red 239 ◦ green 53 ◦ blue 94

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

Shades of Radical Red #EF355E

Tints of Radical Red #EF355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.73%

 BLUE value IS 94 (37.11% from 255) = 24.35%

R = 61.92%
G = 13.73%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF355E (or 0xEF355E) is known color: Radical Red. HEX triplet: EF, 35 and 5E. RGB value is (239,53,94). Sum of RGB (Red+Green+Blue) = 239+53+94=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF355E is #10CAA1. Grayscale: #717171. Windows color (decimal): -1100450 or 6174191. OLE color: 6174191.

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

Color convert

RGB 239 53 94 -
CMYK 0 0.78 0.61 0.06
HSL 346.77º 0.85% 0.57% -
HSV(B) 346.77º 0.78% 0.94% -
XYZ 38.89 21.71 12.73 -
YUV 113.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 239 53 94 0 0.78 0.61 0.06 346.77 0.85 0.57
Hex EF 35 5E 0 4E 3D 6 15B 55 39
Octal 357 65 136 0 116 75 6 533 125 71
Binary 11101111 110101 1011110 0 1001110 111101 110 101011011 1010101 111001

Color Harmonies of #EF355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF355E

Black with #EF355E

Text Example


Text Example

White with #EF355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF355E; }

 p { color: rgb(239,53,94); }

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

background-color css

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

 a { background-color: rgb(239,53,94); }

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

border-color css

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

 span { border-color: rgb(239,53,94); }

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