Html Css Color HEX #E60950 Razzmatazz

📋 copy color: '#E60950'

red 230 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #E60950

Tints of Razzmatazz #E60950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 72.1%
G = 2.82%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E60950 (or 0xE60950) is known color: Razzmatazz. HEX triplet: E6, 09 and 50. RGB value is (230,9,80). Sum of RGB (Red+Green+Blue) = 230+9+80=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E60950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60950 is #19F6AF. Grayscale: #535353. Windows color (decimal): -1701552 or 5245414. OLE color: 5245414.

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

Color convert

RGB 230 9 80 -
CMYK 0 0.96 0.65 0.10
HSL 340.72º 0.92% 0.47% -
HSV(B) 340.72º 0.96% 0.9% -
XYZ 34.18 17.6 9.18 -
YUV 83.17 126.22 232.73 -
System Red Green Blue C M Y K H S L
Decimal 230 9 80 0 0.96 0.65 0.10 340.72 0.92 0.47
Hex E6 9 50 0 60 41 A 155 5C 2F
Octal 346 11 120 0 140 101 12 525 134 57
Binary 11100110 1001 1010000 0 1100000 1000001 1010 101010101 1011100 101111

Color Harmonies of #E60950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60950

Black with #E60950

Text Example


Text Example

White with #E60950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60950; }

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

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

background-color css

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

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

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

border-color css

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

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

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