Html Css Color HEX #E30F51 Razzmatazz

📋 copy color: '#E30F51'

red 227 ◦ green 15 ◦ blue 81

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

Shades of Razzmatazz #E30F51

Tints of Razzmatazz #E30F51

RGB

 RED value IS 227 (89.06% from 255) = 70.28%

 GREEN value IS 15 (6.25% from 255) = 4.64%

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

R = 70.28%
G = 4.64%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E30F51 (or 0xE30F51) is known color: Razzmatazz. HEX triplet: E3, 0F and 51. RGB value is (227,15,81). Sum of RGB (Red+Green+Blue) = 227+15+81=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30F51 is #1CF0AE. Grayscale: #555555. Windows color (decimal): -1896623 or 5312483. OLE color: 5312483.

HSL color Cylindrical-coordinate representation of color #E30F51: hue angle of 341.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F51 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 15 81 -
CMYK 0 0.93 0.64 0.11
HSL 341.32º 0.88% 0.47% -
HSV(B) 341.32º 0.93% 0.89% -
XYZ 33.33 17.27 9.36 -
YUV 85.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 227 15 81 0 0.93 0.64 0.11 341.32 0.88 0.47
Hex E3 F 51 0 5D 40 B 155 58 2F
Octal 343 17 121 0 135 100 13 525 130 57
Binary 11100011 1111 1010001 0 1011101 1000000 1011 101010101 1011000 101111

Color Harmonies of #E30F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30F51

Black with #E30F51

Text Example


Text Example

White with #E30F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30F51; }

 p { color: rgb(227,15,81); }

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

background-color css

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

 a { background-color: rgb(227,15,81); }

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

border-color css

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

 span { border-color: rgb(227,15,81); }

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