Html Css Color HEX #E541C6 Razzle Dazzle Rose

📋 copy color: '#E541C6'

red 229 ◦ green 65 ◦ blue 198

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

Shades of Razzle Dazzle Rose #E541C6

Tints of Razzle Dazzle Rose #E541C6

RGB

 RED value IS 229 (89.84% from 255) = 46.54%

 GREEN value IS 65 (25.78% from 255) = 13.21%

 BLUE value IS 198 (77.73% from 255) = 40.24%

R = 46.54%
G = 13.21%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E541C6 (or 0xE541C6) is known color: Razzle Dazzle Rose. HEX triplet: E5, 41 and C6. RGB value is (229,65,198). Sum of RGB (Red+Green+Blue) = 229+65+198=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E541C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541C6 is #1ABE39. Grayscale: #808080. Windows color (decimal): -1752634 or 12992997. OLE color: 12992997.

HSL color Cylindrical-coordinate representation of color #E541C6: hue angle of 311.34º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541C6 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 65 198 -
CMYK 0 0.72 0.14 0.10
HSL 311.34º 0.76% 0.58% -
HSV(B) 311.34º 0.72% 0.9% -
XYZ 44.4 24.52 55.82 -
YUV 129.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 229 65 198 0 0.72 0.14 0.10 311.34 0.76 0.58
Hex E5 41 C6 0 48 E A 137 4C 3A
Octal 345 101 306 0 110 16 12 467 114 72
Binary 11100101 1000001 11000110 0 1001000 1110 1010 100110111 1001100 111010

Color Harmonies of #E541C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541C6

Black with #E541C6

Text Example


Text Example

White with #E541C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541C6; }

 p { color: rgb(229,65,198); }

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

background-color css

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

 a { background-color: rgb(229,65,198); }

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

border-color css

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

 span { border-color: rgb(229,65,198); }

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