Html Css Color HEX #EB405D Radical Red

📋 copy color: '#EB405D'

red 235 ◦ green 64 ◦ blue 93

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

Shades of Radical Red #EB405D

Tints of Radical Red #EB405D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 59.95%
G = 16.33%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB405D (or 0xEB405D) is known color: Radical Red. HEX triplet: EB, 40 and 5D. RGB value is (235,64,93). Sum of RGB (Red+Green+Blue) = 235+64+93=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB405D is #14BFA2. Grayscale: #767676. Windows color (decimal): -1359779 or 6111467. OLE color: 6111467.

HSL color Cylindrical-coordinate representation of color #EB405D: hue angle of 349.82º 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 #EB405D is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 93 -
CMYK 0 0.73 0.60 0.08
HSL 349.82º 0.81% 0.59% -
HSV(B) 349.82º 0.73% 0.92% -
XYZ 38.07 22.12 12.62 -
YUV 118.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 235 64 93 0 0.73 0.60 0.08 349.82 0.81 0.59
Hex EB 40 5D 0 49 3C 8 15E 51 3B
Octal 353 100 135 0 111 74 10 536 121 73
Binary 11101011 1000000 1011101 0 1001001 111100 1000 101011110 1010001 111011

Color Harmonies of #EB405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB405D

Black with #EB405D

Text Example


Text Example

White with #EB405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB405D; }

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

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

background-color css

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

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

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

border-color css

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

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

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