Html Css Color HEX #EF3362 Radical Red

📋 copy color: '#EF3362'

red 239 ◦ green 51 ◦ blue 98

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

Shades of Radical Red #EF3362

Tints of Radical Red #EF3362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.14%

 BLUE value IS 98 (38.67% from 255) = 25.26%

R = 61.6%
G = 13.14%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF3362 (or 0xEF3362) is known color: Radical Red. HEX triplet: EF, 33 and 62. RGB value is (239,51,98). Sum of RGB (Red+Green+Blue) = 239+51+98=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3362 is #10CC9D. Grayscale: #707070. Windows color (decimal): -1100958 or 6435823. OLE color: 6435823.

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

Color convert

RGB 239 51 98 -
CMYK 0 0.79 0.59 0.06
HSL 345º 0.85% 0.57% -
HSV(B) 345º 0.79% 0.94% -
XYZ 38.99 21.6 13.67 -
YUV 112.57 119.78 218.18 -
System Red Green Blue C M Y K H S L
Decimal 239 51 98 0 0.79 0.59 0.06 345 0.85 0.57
Hex EF 33 62 0 4F 3B 6 159 55 39
Octal 357 63 142 0 117 73 6 531 125 71
Binary 11101111 110011 1100010 0 1001111 111011 110 101011001 1010101 111001

Color Harmonies of #EF3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3362

Black with #EF3362

Text Example


Text Example

White with #EF3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3362; }

 p { color: rgb(239,51,98); }

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

background-color css

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

 a { background-color: rgb(239,51,98); }

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

border-color css

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

 span { border-color: rgb(239,51,98); }

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