Html Css Color HEX #E40965 Razzmatazz

📋 copy color: '#E40965'

red 228 ◦ green 9 ◦ blue 101

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

Shades of Razzmatazz #E40965

Tints of Razzmatazz #E40965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 67.46%
G = 2.66%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E40965 (or 0xE40965) is known color: Razzmatazz. HEX triplet: E4, 09 and 65. RGB value is (228,9,101). Sum of RGB (Red+Green+Blue) = 228+9+101=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E40965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40965 is #1BF69A. Grayscale: #545454. Windows color (decimal): -1832603 or 6621668. OLE color: 6621668.

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

Color convert

RGB 228 9 101 -
CMYK 0 0.96 0.56 0.11
HSL 334.79º 0.92% 0.46% -
HSV(B) 334.79º 0.96% 0.89% -
XYZ 34.44 17.63 13.9 -
YUV 84.97 137.05 230.02 -
System Red Green Blue C M Y K H S L
Decimal 228 9 101 0 0.96 0.56 0.11 334.79 0.92 0.46
Hex E4 9 65 0 60 38 B 14F 5C 2E
Octal 344 11 145 0 140 70 13 517 134 56
Binary 11100100 1001 1100101 0 1100000 111000 1011 101001111 1011100 101110

Color Harmonies of #E40965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40965

Black with #E40965

Text Example


Text Example

White with #E40965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40965; }

 p { color: rgb(228,9,101); }

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

background-color css

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

 a { background-color: rgb(228,9,101); }

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

border-color css

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

 span { border-color: rgb(228,9,101); }

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