Html Css Color HEX #EB0673 Razzmatazz

📋 copy color: '#EB0673'

red 235 ◦ green 6 ◦ blue 115

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

Shades of Razzmatazz #EB0673

Tints of Razzmatazz #EB0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

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

R = 66.01%
G = 1.69%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB0673 (or 0xEB0673) is known color: Razzmatazz. HEX triplet: EB, 06 and 73. RGB value is (235,6,115). Sum of RGB (Red+Green+Blue) = 235+6+115=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0673 is #14F98C. Grayscale: #565656. Windows color (decimal): -1374605 or 7538411. OLE color: 7538411.

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

Color convert

RGB 235 6 115 -
CMYK 0 0.97 0.51 0.08
HSL 331.44º 0.95% 0.47% -
HSV(B) 331.44º 0.97% 0.92% -
XYZ 37.42 19.03 17.92 -
YUV 86.9 143.87 233.64 -
System Red Green Blue C M Y K H S L
Decimal 235 6 115 0 0.97 0.51 0.08 331.44 0.95 0.47
Hex EB 6 73 0 61 33 8 14B 5F 2F
Octal 353 6 163 0 141 63 10 513 137 57
Binary 11101011 110 1110011 0 1100001 110011 1000 101001011 1011111 101111

Color Harmonies of #EB0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0673

Black with #EB0673

Text Example


Text Example

White with #EB0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0673; }

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

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

background-color css

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

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

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

border-color css

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

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

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