Html Css Color HEX #E30461 Razzmatazz

📋 copy color: '#E30461'

red 227 ◦ green 4 ◦ blue 97

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

Shades of Razzmatazz #E30461

Tints of Razzmatazz #E30461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 69.21%
G = 1.22%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E30461 (or 0xE30461) is known color: Razzmatazz. HEX triplet: E3, 04 and 61. RGB value is (227,4,97). Sum of RGB (Red+Green+Blue) = 227+4+97=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E30461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30461 is #1CFB9E. Grayscale: #515151. Windows color (decimal): -1899423 or 6358243. OLE color: 6358243.

HSL color Cylindrical-coordinate representation of color #E30461: hue angle of 334.98º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30461 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 4 97 -
CMYK 0 0.98 0.57 0.11
HSL 334.98º 0.97% 0.45% -
HSV(B) 334.98º 0.98% 0.89% -
XYZ 33.88 17.28 12.86 -
YUV 81.28 136.88 231.94 -
System Red Green Blue C M Y K H S L
Decimal 227 4 97 0 0.98 0.57 0.11 334.98 0.97 0.45
Hex E3 4 61 0 62 39 B 14F 61 2D
Octal 343 4 141 0 142 71 13 517 141 55
Binary 11100011 100 1100001 0 1100010 111001 1011 101001111 1100001 101101

Color Harmonies of #E30461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30461

Black with #E30461

Text Example


Text Example

White with #E30461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30461; }

 p { color: rgb(227,4,97); }

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

background-color css

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

 a { background-color: rgb(227,4,97); }

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

border-color css

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

 span { border-color: rgb(227,4,97); }

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