Html Css Color HEX #EF465B Radical Red

📋 copy color: '#EF465B'

red 239 ◦ green 70 ◦ blue 91

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

Shades of Radical Red #EF465B

Tints of Radical Red #EF465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.5%

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

R = 59.75%
G = 17.5%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF465B (or 0xEF465B) is known color: Radical Red. HEX triplet: EF, 46 and 5B. RGB value is (239,70,91). Sum of RGB (Red+Green+Blue) = 239+70+91=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF465B is #10B9A4. Grayscale: #7B7B7B. Windows color (decimal): -1096101 or 5981935. OLE color: 5981935.

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

Color convert

RGB 239 70 91 -
CMYK 0 0.71 0.62 0.06
HSL 352.54º 0.84% 0.61% -
HSV(B) 352.54º 0.71% 0.94% -
XYZ 39.68 23.49 12.34 -
YUV 122.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 239 70 91 0 0.71 0.62 0.06 352.54 0.84 0.61
Hex EF 46 5B 0 47 3E 6 161 54 3D
Octal 357 106 133 0 107 76 6 541 124 75
Binary 11101111 1000110 1011011 0 1000111 111110 110 101100001 1010100 111101

Color Harmonies of #EF465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF465B

Black with #EF465B

Text Example


Text Example

White with #EF465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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