Html Css Color HEX #E61255 Razzmatazz

📋 copy color: '#E61255'

red 230 ◦ green 18 ◦ blue 85

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

Shades of Razzmatazz #E61255

Tints of Razzmatazz #E61255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

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

R = 69.07%
G = 5.41%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E61255 (or 0xE61255) is known color: Razzmatazz. HEX triplet: E6, 12 and 55. RGB value is (230,18,85). Sum of RGB (Red+Green+Blue) = 230+18+85=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E61255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61255 is #19EDAA. Grayscale: #585858. Windows color (decimal): -1699243 or 5575398. OLE color: 5575398.

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

Color convert

RGB 230 18 85 -
CMYK 0 0.92 0.63 0.10
HSL 341.04º 0.85% 0.49% -
HSV(B) 341.04º 0.92% 0.9% -
XYZ 34.49 17.91 10.23 -
YUV 89.03 125.74 228.55 -
System Red Green Blue C M Y K H S L
Decimal 230 18 85 0 0.92 0.63 0.10 341.04 0.85 0.49
Hex E6 12 55 0 5C 3F A 155 55 31
Octal 346 22 125 0 134 77 12 525 125 61
Binary 11100110 10010 1010101 0 1011100 111111 1010 101010101 1010101 110001

Color Harmonies of #E61255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61255

Black with #E61255

Text Example


Text Example

White with #E61255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61255; }

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

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

background-color css

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

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

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

border-color css

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

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

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