Html Css Color HEX #EB014C Razzmatazz

📋 copy color: '#EB014C'

red 235 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #EB014C

Tints of Razzmatazz #EB014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 75.32%
G = 0.32%
B = 24.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB014C (or 0xEB014C) is known color: Razzmatazz. HEX triplet: EB, 01 and 4C. RGB value is (235,1,76). Sum of RGB (Red+Green+Blue) = 235+1+76=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB014C is #14FEB3. Grayscale: #4F4F4F. Windows color (decimal): -1375924 or 4981227. OLE color: 4981227.

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

Color convert

RGB 235 1 76 -
CMYK 0 1.00 0.68 0.08
HSL 340.77º 0.99% 0.46% -
HSV(B) 340.77º 1% 0.92% -
XYZ 35.58 18.21 8.48 -
YUV 79.52 126.02 238.9 -
System Red Green Blue C M Y K H S L
Decimal 235 1 76 0 1.00 0.68 0.08 340.77 0.99 0.46
Hex EB 1 4C 0 64 44 8 155 63 2E
Octal 353 1 114 0 144 104 10 525 143 56
Binary 11101011 1 1001100 0 1100100 1000100 1000 101010101 1100011 101110

Color Harmonies of #EB014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB014C

Black with #EB014C

Text Example


Text Example

White with #EB014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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