Html Css Color HEX #EB005A Razzmatazz

📋 copy color: '#EB005A'

red 235 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #EB005A

Tints of Razzmatazz #EB005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 72.31%
G = 0%
B = 27.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB005A (or 0xEB005A) is known color: Razzmatazz. HEX triplet: EB, 00 and 5A. RGB value is (235,0,90). Sum of RGB (Red+Green+Blue) = 235+0+90=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB005A is #14FFA5. Grayscale: #505050. Windows color (decimal): -1376166 or 5898475. OLE color: 5898475.

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

Color convert

RGB 235 0 90 -
CMYK 0 1 0.62 0.08
HSL 337.02º 1% 0.46% -
HSV(B) 337.02º 1% 0.92% -
XYZ 36.11 18.4 11.32 -
YUV 80.53 133.36 238.18 -
System Red Green Blue C M Y K H S L
Decimal 235 0 90 0 1 0.62 0.08 337.02 1 0.46
Hex EB 0 5A 0 64 3E 8 151 64 2E
Octal 353 0 132 0 144 76 10 521 144 56
Binary 11101011 0 1011010 0 1100100 111110 1000 101010001 1100100 101110

Color Harmonies of #EB005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB005A

Black with #EB005A

Text Example


Text Example

White with #EB005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB005A; }

 p { color: rgb(235,0,90); }

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

background-color css

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

 a { background-color: rgb(235,0,90); }

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

border-color css

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

 span { border-color: rgb(235,0,90); }

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