Html Css Color HEX #EB044C Razzmatazz

📋 copy color: '#EB044C'

red 235 ◦ green 4 ◦ blue 76

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

Shades of Razzmatazz #EB044C

Tints of Razzmatazz #EB044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 74.6%
G = 1.27%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB044C (or 0xEB044C) is known color: Razzmatazz. HEX triplet: EB, 04 and 4C. RGB value is (235,4,76). Sum of RGB (Red+Green+Blue) = 235+4+76=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB044C is #14FBB3. Grayscale: #515151. Windows color (decimal): -1375156 or 4981995. OLE color: 4981995.

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

Color convert

RGB 235 4 76 -
CMYK 0 0.98 0.68 0.08
HSL 341.3º 0.97% 0.47% -
HSV(B) 341.3º 0.98% 0.92% -
XYZ 35.61 18.27 8.49 -
YUV 81.28 125.03 237.65 -
System Red Green Blue C M Y K H S L
Decimal 235 4 76 0 0.98 0.68 0.08 341.3 0.97 0.47
Hex EB 4 4C 0 62 44 8 155 61 2F
Octal 353 4 114 0 142 104 10 525 141 57
Binary 11101011 100 1001100 0 1100010 1000100 1000 101010101 1100001 101111

Color Harmonies of #EB044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB044C

Black with #EB044C

Text Example


Text Example

White with #EB044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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