Html Css Color HEX #E4025C Razzmatazz

📋 copy color: '#E4025C'

red 228 ◦ green 2 ◦ blue 92

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

Shades of Razzmatazz #E4025C

Tints of Razzmatazz #E4025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 70.81%
G = 0.62%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E4025C (or 0xE4025C) is known color: Razzmatazz. HEX triplet: E4, 02 and 5C. RGB value is (228,2,92). Sum of RGB (Red+Green+Blue) = 228+2+92=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E4025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4025C is #1BFDA3. Grayscale: #4F4F4F. Windows color (decimal): -1834404 or 6030052. OLE color: 6030052.

HSL color Cylindrical-coordinate representation of color #E4025C: hue angle of 336.11º 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 #E4025C is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 2 92 -
CMYK 0 0.99 0.60 0.11
HSL 336.11º 0.98% 0.45% -
HSV(B) 336.11º 0.99% 0.89% -
XYZ 33.95 17.31 11.68 -
YUV 79.83 134.87 233.68 -
System Red Green Blue C M Y K H S L
Decimal 228 2 92 0 0.99 0.60 0.11 336.11 0.98 0.45
Hex E4 2 5C 0 63 3C B 150 62 2D
Octal 344 2 134 0 143 74 13 520 142 55
Binary 11100100 10 1011100 0 1100011 111100 1011 101010000 1100010 101101

Color Harmonies of #E4025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4025C

Black with #E4025C

Text Example


Text Example

White with #E4025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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