Html Css Color HEX #EB455A Radical Red

📋 copy color: '#EB455A'

red 235 ◦ green 69 ◦ blue 90

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

Shades of Radical Red #EB455A

Tints of Radical Red #EB455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.51%

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 59.64%
G = 17.51%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB455A (or 0xEB455A) is known color: Radical Red. HEX triplet: EB, 45 and 5A. RGB value is (235,69,90). Sum of RGB (Red+Green+Blue) = 235+69+90=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB455A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB455A is #14BAA5. Grayscale: #797979. Windows color (decimal): -1358502 or 5916139. OLE color: 5916139.

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

Color convert

RGB 235 69 90 -
CMYK 0 0.71 0.62 0.08
HSL 352.41º 0.81% 0.6% -
HSV(B) 352.41º 0.71% 0.92% -
XYZ 38.23 22.66 12.03 -
YUV 121.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 235 69 90 0 0.71 0.62 0.08 352.41 0.81 0.6
Hex EB 45 5A 0 47 3E 8 160 51 3C
Octal 353 105 132 0 107 76 10 540 121 74
Binary 11101011 1000101 1011010 0 1000111 111110 1000 101100000 1010001 111100

Color Harmonies of #EB455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB455A

Black with #EB455A

Text Example


Text Example

White with #EB455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB455A; }

 p { color: rgb(235,69,90); }

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

background-color css

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

 a { background-color: rgb(235,69,90); }

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

border-color css

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

 span { border-color: rgb(235,69,90); }

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