Html Css Color HEX #EB0468 Razzmatazz

📋 copy color: '#EB0468'

red 235 ◦ green 4 ◦ blue 104

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

Shades of Razzmatazz #EB0468

Tints of Razzmatazz #EB0468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 68.51%
G = 1.17%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB0468 (or 0xEB0468) is known color: Razzmatazz. HEX triplet: EB, 04 and 68. RGB value is (235,4,104). Sum of RGB (Red+Green+Blue) = 235+4+104=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0468 is #14FB97. Grayscale: #545454. Windows color (decimal): -1375128 or 6817003. OLE color: 6817003.

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

Color convert

RGB 235 4 104 -
CMYK 0 0.98 0.56 0.08
HSL 334.03º 0.97% 0.47% -
HSV(B) 334.03º 0.98% 0.92% -
XYZ 36.8 18.75 14.78 -
YUV 84.47 139.03 235.37 -
System Red Green Blue C M Y K H S L
Decimal 235 4 104 0 0.98 0.56 0.08 334.03 0.97 0.47
Hex EB 4 68 0 62 38 8 14E 61 2F
Octal 353 4 150 0 142 70 10 516 141 57
Binary 11101011 100 1101000 0 1100010 111000 1000 101001110 1100001 101111

Color Harmonies of #EB0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0468

Black with #EB0468

Text Example


Text Example

White with #EB0468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0468; }

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

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

background-color css

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

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

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

border-color css

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

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

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