Html Css Color HEX #EB024C Razzmatazz

📋 copy color: '#EB024C'

red 235 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #EB024C

Tints of Razzmatazz #EB024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 75.08%
G = 0.64%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB024C (or 0xEB024C) is known color: Razzmatazz. HEX triplet: EB, 02 and 4C. RGB value is (235,2,76). Sum of RGB (Red+Green+Blue) = 235+2+76=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB024C is #14FDB3. Grayscale: #505050. Windows color (decimal): -1375668 or 4981483. OLE color: 4981483.

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

Color convert

RGB 235 2 76 -
CMYK 0 0.99 0.68 0.08
HSL 340.94º 0.98% 0.46% -
HSV(B) 340.94º 0.99% 0.92% -
XYZ 35.59 18.23 8.48 -
YUV 80.1 125.69 238.48 -
System Red Green Blue C M Y K H S L
Decimal 235 2 76 0 0.99 0.68 0.08 340.94 0.98 0.46
Hex EB 2 4C 0 63 44 8 155 62 2E
Octal 353 2 114 0 143 104 10 525 142 56
Binary 11101011 10 1001100 0 1100011 1000100 1000 101010101 1100010 101110

Color Harmonies of #EB024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB024C

Black with #EB024C

Text Example


Text Example

White with #EB024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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