Html Css Color HEX #E61455 Razzmatazz

📋 copy color: '#E61455'

red 230 ◦ green 20 ◦ blue 85

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

Shades of Razzmatazz #E61455

Tints of Razzmatazz #E61455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 68.66%
G = 5.97%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E61455 (or 0xE61455) is known color: Razzmatazz. HEX triplet: E6, 14 and 55. RGB value is (230,20,85). Sum of RGB (Red+Green+Blue) = 230+20+85=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E61455 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61455 is #19EBAA. Grayscale: #5A5A5A. Windows color (decimal): -1698731 or 5575910. OLE color: 5575910.

HSL color Cylindrical-coordinate representation of color #E61455: hue angle of 341.43º degrees, saturation: 0.84, 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 #E61455 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 20 85 -
CMYK 0 0.91 0.63 0.10
HSL 341.43º 0.84% 0.49% -
HSV(B) 341.43º 0.91% 0.9% -
XYZ 34.52 17.98 10.25 -
YUV 90.2 125.07 227.71 -
System Red Green Blue C M Y K H S L
Decimal 230 20 85 0 0.91 0.63 0.10 341.43 0.84 0.49
Hex E6 14 55 0 5B 3F A 155 54 31
Octal 346 24 125 0 133 77 12 525 124 61
Binary 11100110 10100 1010101 0 1011011 111111 1010 101010101 1010100 110001

Color Harmonies of #E61455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61455

Black with #E61455

Text Example


Text Example

White with #E61455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61455; }

 p { color: rgb(230,20,85); }

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

background-color css

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

 a { background-color: rgb(230,20,85); }

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

border-color css

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

 span { border-color: rgb(230,20,85); }

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