Html Css Color HEX #E60A5B Razzmatazz

📋 copy color: '#E60A5B'

red 230 ◦ green 10 ◦ blue 91

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

Shades of Razzmatazz #E60A5B

Tints of Razzmatazz #E60A5B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.02%

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

R = 69.49%
G = 3.02%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E60A5B (or 0xE60A5B) is known color: Razzmatazz. HEX triplet: E6, 0A and 5B. RGB value is (230,10,91). Sum of RGB (Red+Green+Blue) = 230+10+91=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60A5B is #19F5A4. Grayscale: #545454. Windows color (decimal): -1701285 or 5966566. OLE color: 5966566.

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

Color convert

RGB 230 10 91 -
CMYK 0 0.96 0.60 0.10
HSL 337.91º 0.92% 0.47% -
HSV(B) 337.91º 0.96% 0.9% -
XYZ 34.63 17.8 11.51 -
YUV 85.01 131.39 231.41 -
System Red Green Blue C M Y K H S L
Decimal 230 10 91 0 0.96 0.60 0.10 337.91 0.92 0.47
Hex E6 A 5B 0 60 3C A 152 5C 2F
Octal 346 12 133 0 140 74 12 522 134 57
Binary 11100110 1010 1011011 0 1100000 111100 1010 101010010 1011100 101111

Color Harmonies of #E60A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A5B

Black with #E60A5B

Text Example


Text Example

White with #E60A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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