Html Css Color HEX #E60552 Razzmatazz

📋 copy color: '#E60552'

red 230 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #E60552

Tints of Razzmatazz #E60552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 82 (32.42% from 255) = 25.87%

R = 72.56%
G = 1.58%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E60552 (or 0xE60552) is known color: Razzmatazz. HEX triplet: E6, 05 and 52. RGB value is (230,5,82). Sum of RGB (Red+Green+Blue) = 230+5+82=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E60552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60552 is #19FAAD. Grayscale: #505050. Windows color (decimal): -1702574 or 5375462. OLE color: 5375462.

HSL color Cylindrical-coordinate representation of color #E60552: hue angle of 339.47º degrees, saturation: 0.96, 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 #E60552 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 82 -
CMYK 0 0.98 0.64 0.10
HSL 339.47º 0.96% 0.46% -
HSV(B) 339.47º 0.98% 0.9% -
XYZ 34.21 17.54 9.57 -
YUV 81.05 128.54 234.24 -
System Red Green Blue C M Y K H S L
Decimal 230 5 82 0 0.98 0.64 0.10 339.47 0.96 0.46
Hex E6 5 52 0 62 40 A 153 60 2E
Octal 346 5 122 0 142 100 12 523 140 56
Binary 11100110 101 1010010 0 1100010 1000000 1010 101010011 1100000 101110

Color Harmonies of #E60552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60552

Black with #E60552

Text Example


Text Example

White with #E60552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60552; }

 p { color: rgb(230,5,82); }

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

background-color css

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

 a { background-color: rgb(230,5,82); }

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

border-color css

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

 span { border-color: rgb(230,5,82); }

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