Html Css Color HEX #EB0051 Razzmatazz

📋 copy color: '#EB0051'

red 235 ◦ green 0 ◦ blue 81

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

Shades of Razzmatazz #EB0051

Tints of Razzmatazz #EB0051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 81 (32.03% from 255) = 25.63%

R = 74.37%
G = 0%
B = 25.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB0051 (or 0xEB0051) is known color: Razzmatazz. HEX triplet: EB, 00 and 51. RGB value is (235,0,81). Sum of RGB (Red+Green+Blue) = 235+0+81=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0051 is #14FFAE. Grayscale: #4F4F4F. Windows color (decimal): -1376175 or 5308651. OLE color: 5308651.

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

Color convert

RGB 235 0 81 -
CMYK 0 1 0.66 0.08
HSL 339.32º 1% 0.46% -
HSV(B) 339.32º 1% 0.92% -
XYZ 35.75 18.26 9.42 -
YUV 79.5 128.86 238.91 -
System Red Green Blue C M Y K H S L
Decimal 235 0 81 0 1 0.66 0.08 339.32 1 0.46
Hex EB 0 51 0 64 42 8 153 64 2E
Octal 353 0 121 0 144 102 10 523 144 56
Binary 11101011 0 1010001 0 1100100 1000010 1000 101010011 1100100 101110

Color Harmonies of #EB0051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0051

Black with #EB0051

Text Example


Text Example

White with #EB0051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0051; }

 p { color: rgb(235,0,81); }

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

background-color css

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

 a { background-color: rgb(235,0,81); }

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

border-color css

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

 span { border-color: rgb(235,0,81); }

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