Html Css Color HEX #E61252 Razzmatazz

📋 copy color: '#E61252'

red 230 ◦ green 18 ◦ blue 82

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

Shades of Razzmatazz #E61252

Tints of Razzmatazz #E61252

RGB

 RED value IS 230 (90.23% from 255) = 69.7%

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 69.7%
G = 5.45%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E61252 (or 0xE61252) is known color: Razzmatazz. HEX triplet: E6, 12 and 52. RGB value is (230,18,82). Sum of RGB (Red+Green+Blue) = 230+18+82=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E61252 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61252 is #19EDAD. Grayscale: #585858. Windows color (decimal): -1699246 or 5378790. OLE color: 5378790.

HSL color Cylindrical-coordinate representation of color #E61252: hue angle of 341.89º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61252 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 18 82 -
CMYK 0 0.92 0.64 0.10
HSL 341.89º 0.85% 0.49% -
HSV(B) 341.89º 0.92% 0.9% -
XYZ 34.37 17.86 9.62 -
YUV 88.68 124.24 228.8 -
System Red Green Blue C M Y K H S L
Decimal 230 18 82 0 0.92 0.64 0.10 341.89 0.85 0.49
Hex E6 12 52 0 5C 40 A 156 55 31
Octal 346 22 122 0 134 100 12 526 125 61
Binary 11100110 10010 1010010 0 1011100 1000000 1010 101010110 1010101 110001

Color Harmonies of #E61252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61252

Black with #E61252

Text Example


Text Example

White with #E61252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61252; }

 p { color: rgb(230,18,82); }

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

background-color css

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

 a { background-color: rgb(230,18,82); }

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

border-color css

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

 span { border-color: rgb(230,18,82); }

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