Html Css Color HEX #EF4068 Radical Red

📋 copy color: '#EF4068'

red 239 ◦ green 64 ◦ blue 104

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

Shades of Radical Red #EF4068

Tints of Radical Red #EF4068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 58.72%
G = 15.72%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF4068 (or 0xEF4068) is known color: Radical Red. HEX triplet: EF, 40 and 68. RGB value is (239,64,104). Sum of RGB (Red+Green+Blue) = 239+64+104=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4068 is #10BF97. Grayscale: #787878. Windows color (decimal): -1097624 or 6832367. OLE color: 6832367.

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

Color convert

RGB 239 64 104 -
CMYK 0 0.73 0.56 0.06
HSL 346.29º 0.85% 0.59% -
HSV(B) 346.29º 0.73% 0.94% -
XYZ 39.93 23.02 15.43 -
YUV 120.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 239 64 104 0 0.73 0.56 0.06 346.29 0.85 0.59
Hex EF 40 68 0 49 38 6 15A 55 3B
Octal 357 100 150 0 111 70 6 532 125 73
Binary 11101111 1000000 1101000 0 1001001 111000 110 101011010 1010101 111011

Color Harmonies of #EF4068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4068

Black with #EF4068

Text Example


Text Example

White with #EF4068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4068; }

 p { color: rgb(239,64,104); }

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

background-color css

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

 a { background-color: rgb(239,64,104); }

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

border-color css

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

 span { border-color: rgb(239,64,104); }

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