Html Css Color HEX #E1054D Razzmatazz

📋 copy color: '#E1054D'

red 225 ◦ green 5 ◦ blue 77

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

Shades of Razzmatazz #E1054D

Tints of Razzmatazz #E1054D

RGB

 RED value IS 225 (88.28% from 255) = 73.29%

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 73.29%
G = 1.63%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1054D (or 0xE1054D) is known color: Razzmatazz. HEX triplet: E1, 05 and 4D. RGB value is (225,5,77). Sum of RGB (Red+Green+Blue) = 225+5+77=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1054D is #1EFAB2. Grayscale: #4E4E4E. Windows color (decimal): -2030259 or 5047777. OLE color: 5047777.

HSL color Cylindrical-coordinate representation of color #E1054D: hue angle of 340.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1054D is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 77 -
CMYK 0 0.98 0.66 0.12
HSL 340.36º 0.96% 0.45% -
HSV(B) 340.36º 0.98% 0.88% -
XYZ 32.45 16.65 8.53 -
YUV 78.99 126.89 232.15 -
System Red Green Blue C M Y K H S L
Decimal 225 5 77 0 0.98 0.66 0.12 340.36 0.96 0.45
Hex E1 5 4D 0 62 42 C 154 60 2D
Octal 341 5 115 0 142 102 14 524 140 55
Binary 11100001 101 1001101 0 1100010 1000010 1100 101010100 1100000 101101

Color Harmonies of #E1054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1054D

Black with #E1054D

Text Example


Text Example

White with #E1054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1054D; }

 p { color: rgb(225,5,77); }

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

background-color css

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

 a { background-color: rgb(225,5,77); }

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

border-color css

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

 span { border-color: rgb(225,5,77); }

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