Html Css Color HEX #EB405C Radical Red

📋 copy color: '#EB405C'

red 235 ◦ green 64 ◦ blue 92

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

Shades of Radical Red #EB405C

Tints of Radical Red #EB405C

RGB

 RED value IS 235 (92.19% from 255) = 60.1%

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

 BLUE value IS 92 (36.33% from 255) = 23.53%

R = 60.1%
G = 16.37%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB405C (or 0xEB405C) is known color: Radical Red. HEX triplet: EB, 40 and 5C. RGB value is (235,64,92). Sum of RGB (Red+Green+Blue) = 235+64+92=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB405C is #14BFA3. Grayscale: #767676. Windows color (decimal): -1359780 or 6045931. OLE color: 6045931.

HSL color Cylindrical-coordinate representation of color #EB405C: hue angle of 350.18º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB405C is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 92 -
CMYK 0 0.73 0.61 0.08
HSL 350.18º 0.81% 0.59% -
HSV(B) 350.18º 0.73% 0.92% -
XYZ 38.03 22.1 12.39 -
YUV 118.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 235 64 92 0 0.73 0.61 0.08 350.18 0.81 0.59
Hex EB 40 5C 0 49 3D 8 15E 51 3B
Octal 353 100 134 0 111 75 10 536 121 73
Binary 11101011 1000000 1011100 0 1001001 111101 1000 101011110 1010001 111011

Color Harmonies of #EB405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB405C

Black with #EB405C

Text Example


Text Example

White with #EB405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB405C; }

 p { color: rgb(235,64,92); }

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

background-color css

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

 a { background-color: rgb(235,64,92); }

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

border-color css

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

 span { border-color: rgb(235,64,92); }

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