Html Css Color HEX #EB015E Razzmatazz

📋 copy color: '#EB015E'

red 235 ◦ green 1 ◦ blue 94

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

Shades of Razzmatazz #EB015E

Tints of Razzmatazz #EB015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 71.21%
G = 0.3%
B = 28.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB015E (or 0xEB015E) is known color: Razzmatazz. HEX triplet: EB, 01 and 5E. RGB value is (235,1,94). Sum of RGB (Red+Green+Blue) = 235+1+94=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB015E is #14FEA1. Grayscale: #515151. Windows color (decimal): -1375906 or 6160875. OLE color: 6160875.

HSL color Cylindrical-coordinate representation of color #EB015E: hue angle of 336.15º 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 #EB015E is Cyan = 0, Magento = 1.00, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 94 -
CMYK 0 1.00 0.6 0.08
HSL 336.15º 0.99% 0.46% -
HSV(B) 336.15º 1% 0.92% -
XYZ 36.29 18.49 12.25 -
YUV 81.57 135.02 237.44 -
System Red Green Blue C M Y K H S L
Decimal 235 1 94 0 1.00 0.6 0.08 336.15 0.99 0.46
Hex EB 1 5E 0 64 3C 8 150 63 2E
Octal 353 1 136 0 144 74 10 520 143 56
Binary 11101011 1 1011110 0 1100100 111100 1000 101010000 1100011 101110

Color Harmonies of #EB015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB015E

Black with #EB015E

Text Example


Text Example

White with #EB015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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