Html Css Color HEX #EF505A Radical Red

📋 copy color: '#EF505A'

red 239 ◦ green 80 ◦ blue 90

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

Shades of Radical Red #EF505A

Tints of Radical Red #EF505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22%

R = 58.44%
G = 19.56%
B = 22%

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

#EF505A (or 0xEF505A) is known color: Radical Red. HEX triplet: EF, 50 and 5A. RGB value is (239,80,90). Sum of RGB (Red+Green+Blue) = 239+80+90=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF505A is #10AFA5. Grayscale: #808080. Windows color (decimal): -1093542 or 5918959. OLE color: 5918959.

HSL color Cylindrical-coordinate representation of color #EF505A: hue angle of 356.23º 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 #EF505A is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 90 -
CMYK 0 0.67 0.62 0.06
HSL 356.23º 0.83% 0.63% -
HSV(B) 356.23º 0.67% 0.94% -
XYZ 40.31 24.83 12.34 -
YUV 128.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 239 80 90 0 0.67 0.62 0.06 356.23 0.83 0.63
Hex EF 50 5A 0 43 3E 6 164 53 3F
Octal 357 120 132 0 103 76 6 544 123 77
Binary 11101111 1010000 1011010 0 1000011 111110 110 101100100 1010011 111111

Color Harmonies of #EF505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF505A

Black with #EF505A

Text Example


Text Example

White with #EF505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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