Html Css Color HEX #EF505B Radical Red

📋 copy color: '#EF505B'

red 239 ◦ green 80 ◦ blue 91

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

Shades of Radical Red #EF505B

Tints of Radical Red #EF505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.51%

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

R = 58.29%
G = 19.51%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF505B (or 0xEF505B) is known color: Radical Red. HEX triplet: EF, 50 and 5B. RGB value is (239,80,91). Sum of RGB (Red+Green+Blue) = 239+80+91=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF505B is #10AFA4. Grayscale: #808080. Windows color (decimal): -1093541 or 5984495. OLE color: 5984495.

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

Color convert

RGB 239 80 91 -
CMYK 0 0.67 0.62 0.06
HSL 355.85º 0.83% 0.63% -
HSV(B) 355.85º 0.67% 0.94% -
XYZ 40.35 24.84 12.57 -
YUV 128.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 239 80 91 0 0.67 0.62 0.06 355.85 0.83 0.63
Hex EF 50 5B 0 43 3E 6 164 53 3F
Octal 357 120 133 0 103 76 6 544 123 77
Binary 11101111 1010000 1011011 0 1000011 111110 110 101100100 1010011 111111

Color Harmonies of #EF505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF505B

Black with #EF505B

Text Example


Text Example

White with #EF505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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