Html Css Color HEX #EB425D Radical Red

📋 copy color: '#EB425D'

red 235 ◦ green 66 ◦ blue 93

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

Shades of Radical Red #EB425D

Tints of Radical Red #EB425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.75%

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

R = 59.64%
G = 16.75%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB425D (or 0xEB425D) is known color: Radical Red. HEX triplet: EB, 42 and 5D. RGB value is (235,66,93). Sum of RGB (Red+Green+Blue) = 235+66+93=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB425D is #14BDA2. Grayscale: #777777. Windows color (decimal): -1359267 or 6111979. OLE color: 6111979.

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

Color convert

RGB 235 66 93 -
CMYK 0 0.72 0.60 0.08
HSL 350.41º 0.81% 0.59% -
HSV(B) 350.41º 0.72% 0.92% -
XYZ 38.18 22.35 12.66 -
YUV 119.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 235 66 93 0 0.72 0.60 0.08 350.41 0.81 0.59
Hex EB 42 5D 0 48 3C 8 15E 51 3B
Octal 353 102 135 0 110 74 10 536 121 73
Binary 11101011 1000010 1011101 0 1001000 111100 1000 101011110 1010001 111011

Color Harmonies of #EB425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB425D

Black with #EB425D

Text Example


Text Example

White with #EB425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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