Html Css Color HEX #E6045B Razzmatazz

📋 copy color: '#E6045B'

red 230 ◦ green 4 ◦ blue 91

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

Shades of Razzmatazz #E6045B

Tints of Razzmatazz #E6045B

RGB

 RED value IS 230 (90.23% from 255) = 70.77%

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 70.77%
G = 1.23%
B = 28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6045B (or 0xE6045B) is known color: Razzmatazz. HEX triplet: E6, 04 and 5B. RGB value is (230,4,91). Sum of RGB (Red+Green+Blue) = 230+4+91=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6045B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6045B is #19FBA4. Grayscale: #515151. Windows color (decimal): -1702821 or 5965030. OLE color: 5965030.

HSL color Cylindrical-coordinate representation of color #E6045B: hue angle of 336.9º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6045B is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 4 91 -
CMYK 0 0.98 0.60 0.10
HSL 336.9º 0.97% 0.46% -
HSV(B) 336.9º 0.98% 0.9% -
XYZ 34.56 17.67 11.49 -
YUV 81.49 133.37 233.93 -
System Red Green Blue C M Y K H S L
Decimal 230 4 91 0 0.98 0.60 0.10 336.9 0.97 0.46
Hex E6 4 5B 0 62 3C A 151 61 2E
Octal 346 4 133 0 142 74 12 521 141 56
Binary 11100110 100 1011011 0 1100010 111100 1010 101010001 1100001 101110

Color Harmonies of #E6045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6045B

Black with #E6045B

Text Example


Text Example

White with #E6045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6045B; }

 p { color: rgb(230,4,91); }

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

background-color css

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

 a { background-color: rgb(230,4,91); }

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

border-color css

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

 span { border-color: rgb(230,4,91); }

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