Html Css Color HEX #EB0062 Razzmatazz

📋 copy color: '#EB0062'

red 235 ◦ green 0 ◦ blue 98

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

Shades of Razzmatazz #EB0062

Tints of Razzmatazz #EB0062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 70.57%
G = 0%
B = 29.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB0062 (or 0xEB0062) is known color: Razzmatazz. HEX triplet: EB, 00 and 62. RGB value is (235,0,98). Sum of RGB (Red+Green+Blue) = 235+0+98=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0062 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0062 is #14FF9D. Grayscale: #515151. Windows color (decimal): -1376158 or 6422763. OLE color: 6422763.

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

Color convert

RGB 235 0 98 -
CMYK 0 1 0.58 0.08
HSL 334.98º 1% 0.46% -
HSV(B) 334.98º 1% 0.92% -
XYZ 36.47 18.54 13.21 -
YUV 81.44 137.36 237.53 -
System Red Green Blue C M Y K H S L
Decimal 235 0 98 0 1 0.58 0.08 334.98 1 0.46
Hex EB 0 62 0 64 3A 8 14F 64 2E
Octal 353 0 142 0 144 72 10 517 144 56
Binary 11101011 0 1100010 0 1100100 111010 1000 101001111 1100100 101110

Color Harmonies of #EB0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0062

Black with #EB0062

Text Example


Text Example

White with #EB0062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0062; }

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

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

background-color css

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

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

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

border-color css

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

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

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