Html Css Color HEX #E61550 Razzmatazz

📋 copy color: '#E61550'

red 230 ◦ green 21 ◦ blue 80

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

Shades of Razzmatazz #E61550

Tints of Razzmatazz #E61550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.34%

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

R = 69.49%
G = 6.34%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E61550 (or 0xE61550) is known color: Razzmatazz. HEX triplet: E6, 15 and 50. RGB value is (230,21,80). Sum of RGB (Red+Green+Blue) = 230+21+80=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E61550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61550 is #19EAAF. Grayscale: #5A5A5A. Windows color (decimal): -1698480 or 5248486. OLE color: 5248486.

HSL color Cylindrical-coordinate representation of color #E61550: hue angle of 343.06º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61550 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 80 -
CMYK 0 0.91 0.65 0.10
HSL 343.06º 0.83% 0.49% -
HSV(B) 343.06º 0.91% 0.9% -
XYZ 34.35 17.94 9.24 -
YUV 90.22 122.24 227.7 -
System Red Green Blue C M Y K H S L
Decimal 230 21 80 0 0.91 0.65 0.10 343.06 0.83 0.49
Hex E6 15 50 0 5B 41 A 157 53 31
Octal 346 25 120 0 133 101 12 527 123 61
Binary 11100110 10101 1010000 0 1011011 1000001 1010 101010111 1010011 110001

Color Harmonies of #E61550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61550

Black with #E61550

Text Example


Text Example

White with #E61550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61550; }

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

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

background-color css

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

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

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

border-color css

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

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

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