Html Css Color HEX #EB1350 Razzmatazz

📋 copy color: '#EB1350'

red 235 ◦ green 19 ◦ blue 80

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

Shades of Razzmatazz #EB1350

Tints of Razzmatazz #EB1350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 70.36%
G = 5.69%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB1350 (or 0xEB1350) is known color: Razzmatazz. HEX triplet: EB, 13 and 50. RGB value is (235,19,80). Sum of RGB (Red+Green+Blue) = 235+19+80=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1350 is #14ECAF. Grayscale: #5A5A5A. Windows color (decimal): -1371312 or 5247979. OLE color: 5247979.

HSL color Cylindrical-coordinate representation of color #EB1350: hue angle of 343.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1350 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 80 -
CMYK 0 0.92 0.66 0.08
HSL 343.06º 0.85% 0.5% -
HSV(B) 343.06º 0.92% 0.92% -
XYZ 35.94 18.71 9.31 -
YUV 90.54 122.06 231.04 -
System Red Green Blue C M Y K H S L
Decimal 235 19 80 0 0.92 0.66 0.08 343.06 0.85 0.5
Hex EB 13 50 0 5C 42 8 157 55 32
Octal 353 23 120 0 134 102 10 527 125 62
Binary 11101011 10011 1010000 0 1011100 1000010 1000 101010111 1010101 110010

Color Harmonies of #EB1350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1350

Black with #EB1350

Text Example


Text Example

White with #EB1350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1350; }

 p { color: rgb(235,19,80); }

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

background-color css

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

 a { background-color: rgb(235,19,80); }

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

border-color css

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

 span { border-color: rgb(235,19,80); }

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