Html Css Color HEX #EA475C Radical Red

📋 copy color: '#EA475C'

red 234 ◦ green 71 ◦ blue 92

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

Shades of Radical Red #EA475C

Tints of Radical Red #EA475C

RGB

 RED value IS 234 (91.8% from 255) = 58.94%

 GREEN value IS 71 (28.13% from 255) = 17.88%

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

R = 58.94%
G = 17.88%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA475C (or 0xEA475C) is known color: Radical Red. HEX triplet: EA, 47 and 5C. RGB value is (234,71,92). Sum of RGB (Red+Green+Blue) = 234+71+92=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA475C is #15B8A3. Grayscale: #7A7A7A. Windows color (decimal): -1423524 or 6047722. OLE color: 6047722.

HSL color Cylindrical-coordinate representation of color #EA475C: hue angle of 352.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA475C is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 71 92 -
CMYK 0 0.70 0.61 0.08
HSL 352.27º 0.8% 0.6% -
HSV(B) 352.27º 0.7% 0.92% -
XYZ 38.12 22.77 12.51 -
YUV 122.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 234 71 92 0 0.70 0.61 0.08 352.27 0.8 0.6
Hex EA 47 5C 0 46 3D 8 160 50 3C
Octal 352 107 134 0 106 75 10 540 120 74
Binary 11101010 1000111 1011100 0 1000110 111101 1000 101100000 1010000 111100

Color Harmonies of #EA475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA475C

Black with #EA475C

Text Example


Text Example

White with #EA475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA475C; }

 p { color: rgb(234,71,92); }

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

background-color css

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

 a { background-color: rgb(234,71,92); }

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

border-color css

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

 span { border-color: rgb(234,71,92); }

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