Html Css Color HEX #E7025C Razzmatazz

📋 copy color: '#E7025C'

red 231 ◦ green 2 ◦ blue 92

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

Shades of Razzmatazz #E7025C

Tints of Razzmatazz #E7025C

RGB

 RED value IS 231 (90.63% from 255) = 71.08%

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

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

R = 71.08%
G = 0.62%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7025C (or 0xE7025C) is known color: Razzmatazz. HEX triplet: E7, 02 and 5C. RGB value is (231,2,92). Sum of RGB (Red+Green+Blue) = 231+2+92=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E7025C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7025C is #18FDA3. Grayscale: #505050. Windows color (decimal): -1637796 or 6030055. OLE color: 6030055.

HSL color Cylindrical-coordinate representation of color #E7025C: hue angle of 336.42º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7025C is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 2 92 -
CMYK 0 0.99 0.60 0.09
HSL 336.42º 0.98% 0.46% -
HSV(B) 336.42º 0.99% 0.91% -
XYZ 34.91 17.81 11.72 -
YUV 80.73 134.37 235.18 -
System Red Green Blue C M Y K H S L
Decimal 231 2 92 0 0.99 0.60 0.09 336.42 0.98 0.46
Hex E7 2 5C 0 63 3C 9 150 62 2E
Octal 347 2 134 0 143 74 11 520 142 56
Binary 11100111 10 1011100 0 1100011 111100 1001 101010000 1100010 101110

Color Harmonies of #E7025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7025C

Black with #E7025C

Text Example


Text Example

White with #E7025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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