Html Css Color HEX #EB0473 Razzmatazz

📋 copy color: '#EB0473'

red 235 ◦ green 4 ◦ blue 115

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

Shades of Razzmatazz #EB0473

Tints of Razzmatazz #EB0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 66.38%
G = 1.13%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB0473 (or 0xEB0473) is known color: Razzmatazz. HEX triplet: EB, 04 and 73. RGB value is (235,4,115). Sum of RGB (Red+Green+Blue) = 235+4+115=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0473 is #14FB8C. Grayscale: #555555. Windows color (decimal): -1375117 or 7537899. OLE color: 7537899.

HSL color Cylindrical-coordinate representation of color #EB0473: hue angle of 331.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB0473 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 4 115 -
CMYK 0 0.98 0.51 0.08
HSL 331.17º 0.97% 0.47% -
HSV(B) 331.17º 0.98% 0.92% -
XYZ 37.4 18.99 17.91 -
YUV 85.72 144.53 234.47 -
System Red Green Blue C M Y K H S L
Decimal 235 4 115 0 0.98 0.51 0.08 331.17 0.97 0.47
Hex EB 4 73 0 62 33 8 14B 61 2F
Octal 353 4 163 0 142 63 10 513 141 57
Binary 11101011 100 1110011 0 1100010 110011 1000 101001011 1100001 101111

Color Harmonies of #EB0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0473

Black with #EB0473

Text Example


Text Example

White with #EB0473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0473; }

 p { color: rgb(235,4,115); }

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

background-color css

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

 a { background-color: rgb(235,4,115); }

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

border-color css

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

 span { border-color: rgb(235,4,115); }

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