Html Css Color HEX #E41352 Razzmatazz

📋 copy color: '#E41352'

red 228 ◦ green 19 ◦ blue 82

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

Shades of Razzmatazz #E41352

Tints of Razzmatazz #E41352

RGB

 RED value IS 228 (89.45% from 255) = 69.3%

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 69.3%
G = 5.78%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E41352 (or 0xE41352) is known color: Razzmatazz. HEX triplet: E4, 13 and 52. RGB value is (228,19,82). Sum of RGB (Red+Green+Blue) = 228+19+82=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E41352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41352 is #1BECAD. Grayscale: #585858. Windows color (decimal): -1830062 or 5379044. OLE color: 5379044.

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

Color convert

RGB 228 19 82 -
CMYK 0 0.92 0.64 0.11
HSL 341.91º 0.85% 0.48% -
HSV(B) 341.91º 0.92% 0.89% -
XYZ 33.75 17.57 9.59 -
YUV 88.67 124.24 227.38 -
System Red Green Blue C M Y K H S L
Decimal 228 19 82 0 0.92 0.64 0.11 341.91 0.85 0.48
Hex E4 13 52 0 5C 40 B 156 55 30
Octal 344 23 122 0 134 100 13 526 125 60
Binary 11100100 10011 1010010 0 1011100 1000000 1011 101010110 1010101 110000

Color Harmonies of #E41352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41352

Black with #E41352

Text Example


Text Example

White with #E41352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41352; }

 p { color: rgb(228,19,82); }

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

background-color css

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

 a { background-color: rgb(228,19,82); }

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

border-color css

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

 span { border-color: rgb(228,19,82); }

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