Html Css Color HEX #EB465B Radical Red

📋 copy color: '#EB465B'

red 235 ◦ green 70 ◦ blue 91

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

Shades of Radical Red #EB465B

Tints of Radical Red #EB465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 59.34%
G = 17.68%
B = 22.98%

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

#EB465B (or 0xEB465B) is known color: Radical Red. HEX triplet: EB, 46 and 5B. RGB value is (235,70,91). Sum of RGB (Red+Green+Blue) = 235+70+91=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB465B is #14B9A4. Grayscale: #797979. Windows color (decimal): -1358245 or 5981931. OLE color: 5981931.

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

Color convert

RGB 235 70 91 -
CMYK 0 0.70 0.61 0.08
HSL 352.36º 0.8% 0.6% -
HSV(B) 352.36º 0.7% 0.92% -
XYZ 38.34 22.8 12.28 -
YUV 121.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 235 70 91 0 0.70 0.61 0.08 352.36 0.8 0.6
Hex EB 46 5B 0 46 3D 8 160 50 3C
Octal 353 106 133 0 106 75 10 540 120 74
Binary 11101011 1000110 1011011 0 1000110 111101 1000 101100000 1010000 111100

Color Harmonies of #EB465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB465B

Black with #EB465B

Text Example


Text Example

White with #EB465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB465B; }

 p { color: rgb(235,70,91); }

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

background-color css

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

 a { background-color: rgb(235,70,91); }

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

border-color css

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

 span { border-color: rgb(235,70,91); }

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