Html Css Color HEX #EB0C53 Razzmatazz

📋 copy color: '#EB0C53'

red 235 ◦ green 12 ◦ blue 83

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

Shades of Razzmatazz #EB0C53

Tints of Razzmatazz #EB0C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 71.21%
G = 3.64%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB0C53 (or 0xEB0C53) is known color: Razzmatazz. HEX triplet: EB, 0C and 53. RGB value is (235,12,83). Sum of RGB (Red+Green+Blue) = 235+12+83=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0C53 is #14F3AC. Grayscale: #565656. Windows color (decimal): -1373101 or 5442795. OLE color: 5442795.

HSL color Cylindrical-coordinate representation of color #EB0C53: hue angle of 340.9º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0C53 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 12 83 -
CMYK 0 0.95 0.65 0.08
HSL 340.9º 0.9% 0.48% -
HSV(B) 340.9º 0.95% 0.92% -
XYZ 35.95 18.55 9.87 -
YUV 86.77 125.88 233.73 -
System Red Green Blue C M Y K H S L
Decimal 235 12 83 0 0.95 0.65 0.08 340.9 0.9 0.48
Hex EB C 53 0 5F 41 8 155 5A 30
Octal 353 14 123 0 137 101 10 525 132 60
Binary 11101011 1100 1010011 0 1011111 1000001 1000 101010101 1011010 110000

Color Harmonies of #EB0C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C53

Black with #EB0C53

Text Example


Text Example

White with #EB0C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C53; }

 p { color: rgb(235,12,83); }

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

background-color css

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

 a { background-color: rgb(235,12,83); }

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

border-color css

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

 span { border-color: rgb(235,12,83); }

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