Html Css Color HEX #E61251 Razzmatazz

📋 copy color: '#E61251'

red 230 ◦ green 18 ◦ blue 81

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

Shades of Razzmatazz #E61251

Tints of Razzmatazz #E61251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.62%

R = 69.91%
G = 5.47%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E61251 (or 0xE61251) is known color: Razzmatazz. HEX triplet: E6, 12 and 51. RGB value is (230,18,81). Sum of RGB (Red+Green+Blue) = 230+18+81=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E61251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61251 is #19EDAE. Grayscale: #585858. Windows color (decimal): -1699247 or 5313254. OLE color: 5313254.

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

Color convert

RGB 230 18 81 -
CMYK 0 0.92 0.65 0.10
HSL 342.17º 0.85% 0.49% -
HSV(B) 342.17º 0.92% 0.9% -
XYZ 34.33 17.85 9.42 -
YUV 88.57 123.74 228.88 -
System Red Green Blue C M Y K H S L
Decimal 230 18 81 0 0.92 0.65 0.10 342.17 0.85 0.49
Hex E6 12 51 0 5C 41 A 156 55 31
Octal 346 22 121 0 134 101 12 526 125 61
Binary 11100110 10010 1010001 0 1011100 1000001 1010 101010110 1010101 110001

Color Harmonies of #E61251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61251

Black with #E61251

Text Example


Text Example

White with #E61251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61251; }

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

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

background-color css

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

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

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

border-color css

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

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

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