Html Css Color HEX #EB0B64 Razzmatazz

📋 copy color: '#EB0B64'

red 235 ◦ green 11 ◦ blue 100

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

Shades of Razzmatazz #EB0B64

Tints of Razzmatazz #EB0B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 67.92%
G = 3.18%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB0B64 (or 0xEB0B64) is known color: Razzmatazz. HEX triplet: EB, 0B and 64. RGB value is (235,11,100). Sum of RGB (Red+Green+Blue) = 235+11+100=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0B64 is #14F49B. Grayscale: #575757. Windows color (decimal): -1373340 or 6556651. OLE color: 6556651.

HSL color Cylindrical-coordinate representation of color #EB0B64: hue angle of 336.16º degrees, saturation: 0.91, 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 #EB0B64 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 11 100 -
CMYK 0 0.95 0.57 0.08
HSL 336.16º 0.91% 0.48% -
HSV(B) 336.16º 0.95% 0.92% -
XYZ 36.68 18.82 13.76 -
YUV 88.12 134.71 232.76 -
System Red Green Blue C M Y K H S L
Decimal 235 11 100 0 0.95 0.57 0.08 336.16 0.91 0.48
Hex EB B 64 0 5F 39 8 150 5B 30
Octal 353 13 144 0 137 71 10 520 133 60
Binary 11101011 1011 1100100 0 1011111 111001 1000 101010000 1011011 110000

Color Harmonies of #EB0B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0B64

Black with #EB0B64

Text Example


Text Example

White with #EB0B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0B64; }

 p { color: rgb(235,11,100); }

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

background-color css

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

 a { background-color: rgb(235,11,100); }

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

border-color css

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

 span { border-color: rgb(235,11,100); }

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