Html Css Color HEX #EB475C Radical Red

📋 copy color: '#EB475C'

red 235 ◦ green 71 ◦ blue 92

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

Shades of Radical Red #EB475C

Tints of Radical Red #EB475C

RGB

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

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

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

R = 59.05%
G = 17.84%
B = 23.12%

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

#EB475C (or 0xEB475C) is known color: Radical Red. HEX triplet: EB, 47 and 5C. RGB value is (235,71,92). Sum of RGB (Red+Green+Blue) = 235+71+92=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB475C is #14B8A3. Grayscale: #7A7A7A. Windows color (decimal): -1357988 or 6047723. OLE color: 6047723.

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

Color convert

RGB 235 71 92 -
CMYK 0 0.70 0.61 0.08
HSL 352.32º 0.8% 0.6% -
HSV(B) 352.32º 0.7% 0.92% -
XYZ 38.45 22.94 12.53 -
YUV 122.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 235 71 92 0 0.70 0.61 0.08 352.32 0.8 0.6
Hex EB 47 5C 0 46 3D 8 160 50 3C
Octal 353 107 134 0 106 75 10 540 120 74
Binary 11101011 1000111 1011100 0 1000110 111101 1000 101100000 1010000 111100

Color Harmonies of #EB475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB475C

Black with #EB475C

Text Example


Text Example

White with #EB475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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