Html Css Color HEX #E60962 Razzmatazz

📋 copy color: '#E60962'

red 230 ◦ green 9 ◦ blue 98

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

Shades of Razzmatazz #E60962

Tints of Razzmatazz #E60962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 68.25%
G = 2.67%
B = 29.08%

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

#E60962 (or 0xE60962) is known color: Razzmatazz. HEX triplet: E6, 09 and 62. RGB value is (230,9,98). Sum of RGB (Red+Green+Blue) = 230+9+98=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E60962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60962 is #19F69D. Grayscale: #555555. Windows color (decimal): -1701534 or 6425062. OLE color: 6425062.

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

Color convert

RGB 230 9 98 -
CMYK 0 0.96 0.57 0.10
HSL 335.84º 0.92% 0.47% -
HSV(B) 335.84º 0.96% 0.9% -
XYZ 34.94 17.9 13.17 -
YUV 85.23 135.22 231.26 -
System Red Green Blue C M Y K H S L
Decimal 230 9 98 0 0.96 0.57 0.10 335.84 0.92 0.47
Hex E6 9 62 0 60 39 A 150 5C 2F
Octal 346 11 142 0 140 71 12 520 134 57
Binary 11100110 1001 1100010 0 1100000 111001 1010 101010000 1011100 101111

Color Harmonies of #E60962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60962

Black with #E60962

Text Example


Text Example

White with #E60962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60962; }

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

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

background-color css

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

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

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

border-color css

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

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

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