Html Css Color HEX #EB035C Razzmatazz

📋 copy color: '#EB035C'

red 235 ◦ green 3 ◦ blue 92

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

Shades of Razzmatazz #EB035C

Tints of Razzmatazz #EB035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 71.21%
G = 0.91%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB035C (or 0xEB035C) is known color: Razzmatazz. HEX triplet: EB, 03 and 5C. RGB value is (235,3,92). Sum of RGB (Red+Green+Blue) = 235+3+92=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB035C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB035C is #14FCA3. Grayscale: #525252. Windows color (decimal): -1375396 or 6030315. OLE color: 6030315.

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

Color convert

RGB 235 3 92 -
CMYK 0 0.99 0.61 0.08
HSL 336.98º 0.97% 0.47% -
HSV(B) 336.98º 0.99% 0.92% -
XYZ 36.23 18.5 11.79 -
YUV 82.51 133.36 236.76 -
System Red Green Blue C M Y K H S L
Decimal 235 3 92 0 0.99 0.61 0.08 336.98 0.97 0.47
Hex EB 3 5C 0 63 3D 8 151 61 2F
Octal 353 3 134 0 143 75 10 521 141 57
Binary 11101011 11 1011100 0 1100011 111101 1000 101010001 1100001 101111

Color Harmonies of #EB035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB035C

Black with #EB035C

Text Example


Text Example

White with #EB035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB035C; }

 p { color: rgb(235,3,92); }

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

background-color css

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

 a { background-color: rgb(235,3,92); }

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

border-color css

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

 span { border-color: rgb(235,3,92); }

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