Html Css Color HEX #E7027A Razzmatazz

📋 copy color: '#E7027A'

red 231 ◦ green 2 ◦ blue 122

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

Shades of Razzmatazz #E7027A

Tints of Razzmatazz #E7027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 65.07%
G = 0.56%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7027A (or 0xE7027A) is known color: Razzmatazz. HEX triplet: E7, 02 and 7A. RGB value is (231,2,122). Sum of RGB (Red+Green+Blue) = 231+2+122=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E7027A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7027A is #18FD85. Grayscale: #535353. Windows color (decimal): -1637766 or 7996135. OLE color: 7996135.

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

Color convert

RGB 231 2 122 -
CMYK 0 0.99 0.47 0.09
HSL 328.56º 0.98% 0.46% -
HSV(B) 328.56º 0.99% 0.91% -
XYZ 36.49 18.44 20.05 -
YUV 84.15 149.37 232.74 -
System Red Green Blue C M Y K H S L
Decimal 231 2 122 0 0.99 0.47 0.09 328.56 0.98 0.46
Hex E7 2 7A 0 63 2F 9 149 62 2E
Octal 347 2 172 0 143 57 11 511 142 56
Binary 11100111 10 1111010 0 1100011 101111 1001 101001001 1100010 101110

Color Harmonies of #E7027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7027A

Black with #E7027A

Text Example


Text Example

White with #E7027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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