Html Css Color HEX #EB0672 Razzmatazz

📋 copy color: '#EB0672'

red 235 ◦ green 6 ◦ blue 114

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

Shades of Razzmatazz #EB0672

Tints of Razzmatazz #EB0672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 66.2%
G = 1.69%
B = 32.11%

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

#EB0672 (or 0xEB0672) is known color: Razzmatazz. HEX triplet: EB, 06 and 72. RGB value is (235,6,114). Sum of RGB (Red+Green+Blue) = 235+6+114=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0672 is #14F98D. Grayscale: #565656. Windows color (decimal): -1374606 or 7472875. OLE color: 7472875.

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

Color convert

RGB 235 6 114 -
CMYK 0 0.97 0.51 0.08
HSL 331.7º 0.95% 0.47% -
HSV(B) 331.7º 0.97% 0.92% -
XYZ 37.36 19.01 17.62 -
YUV 86.78 143.37 233.72 -
System Red Green Blue C M Y K H S L
Decimal 235 6 114 0 0.97 0.51 0.08 331.7 0.95 0.47
Hex EB 6 72 0 61 33 8 14C 5F 2F
Octal 353 6 162 0 141 63 10 514 137 57
Binary 11101011 110 1110010 0 1100001 110011 1000 101001100 1011111 101111

Color Harmonies of #EB0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0672

Black with #EB0672

Text Example


Text Example

White with #EB0672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0672; }

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

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

background-color css

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

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

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

border-color css

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

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

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