Html Css Color HEX #EB0465 Razzmatazz

📋 copy color: '#EB0465'

red 235 ◦ green 4 ◦ blue 101

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

Shades of Razzmatazz #EB0465

Tints of Razzmatazz #EB0465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 69.12%
G = 1.18%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB0465 (or 0xEB0465) is known color: Razzmatazz. HEX triplet: EB, 04 and 65. RGB value is (235,4,101). Sum of RGB (Red+Green+Blue) = 235+4+101=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0465 is #14FB9A. Grayscale: #535353. Windows color (decimal): -1375131 or 6620395. OLE color: 6620395.

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

Color convert

RGB 235 4 101 -
CMYK 0 0.98 0.57 0.08
HSL 334.81º 0.97% 0.47% -
HSV(B) 334.81º 0.98% 0.92% -
XYZ 36.65 18.69 13.99 -
YUV 84.13 137.53 235.61 -
System Red Green Blue C M Y K H S L
Decimal 235 4 101 0 0.98 0.57 0.08 334.81 0.97 0.47
Hex EB 4 65 0 62 39 8 14F 61 2F
Octal 353 4 145 0 142 71 10 517 141 57
Binary 11101011 100 1100101 0 1100010 111001 1000 101001111 1100001 101111

Color Harmonies of #EB0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0465

Black with #EB0465

Text Example


Text Example

White with #EB0465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0465; }

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

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

background-color css

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

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

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

border-color css

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

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

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