Html Css Color HEX #E60963 Razzmatazz

📋 copy color: '#E60963'

red 230 ◦ green 9 ◦ blue 99

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

Shades of Razzmatazz #E60963

Tints of Razzmatazz #E60963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 68.05%
G = 2.66%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E60963 (or 0xE60963) is known color: Razzmatazz. HEX triplet: E6, 09 and 63. RGB value is (230,9,99). Sum of RGB (Red+Green+Blue) = 230+9+99=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E60963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60963 is #19F69C. Grayscale: #555555. Windows color (decimal): -1701533 or 6490598. OLE color: 6490598.

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

Color convert

RGB 230 9 99 -
CMYK 0 0.96 0.57 0.10
HSL 335.57º 0.92% 0.47% -
HSV(B) 335.57º 0.96% 0.9% -
XYZ 34.98 17.92 13.42 -
YUV 85.34 135.72 231.18 -
System Red Green Blue C M Y K H S L
Decimal 230 9 99 0 0.96 0.57 0.10 335.57 0.92 0.47
Hex E6 9 63 0 60 39 A 150 5C 2F
Octal 346 11 143 0 140 71 12 520 134 57
Binary 11100110 1001 1100011 0 1100000 111001 1010 101010000 1011100 101111

Color Harmonies of #E60963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60963

Black with #E60963

Text Example


Text Example

White with #E60963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60963; }

 p { color: rgb(230,9,99); }

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

background-color css

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

 a { background-color: rgb(230,9,99); }

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

border-color css

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

 span { border-color: rgb(230,9,99); }

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