Html Css Color HEX #E40275 Razzmatazz

📋 copy color: '#E40275'

red 228 ◦ green 2 ◦ blue 117

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

Shades of Razzmatazz #E40275

Tints of Razzmatazz #E40275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 65.71%
G = 0.58%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E40275 (or 0xE40275) is known color: Razzmatazz. HEX triplet: E4, 02 and 75. RGB value is (228,2,117). Sum of RGB (Red+Green+Blue) = 228+2+117=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E40275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40275 is #1BFD8A. Grayscale: #525252. Windows color (decimal): -1834379 or 7668452. OLE color: 7668452.

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

Color convert

RGB 228 2 117 -
CMYK 0 0.99 0.49 0.11
HSL 329.47º 0.98% 0.45% -
HSV(B) 329.47º 0.99% 0.89% -
XYZ 35.23 17.82 18.41 -
YUV 82.68 147.37 231.65 -
System Red Green Blue C M Y K H S L
Decimal 228 2 117 0 0.99 0.49 0.11 329.47 0.98 0.45
Hex E4 2 75 0 63 31 B 149 62 2D
Octal 344 2 165 0 143 61 13 511 142 55
Binary 11100100 10 1110101 0 1100011 110001 1011 101001001 1100010 101101

Color Harmonies of #E40275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40275

Black with #E40275

Text Example


Text Example

White with #E40275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40275; }

 p { color: rgb(228,2,117); }

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

background-color css

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

 a { background-color: rgb(228,2,117); }

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

border-color css

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

 span { border-color: rgb(228,2,117); }

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