Html Css Color HEX #E543C1 Razzle Dazzle Rose

📋 copy color: '#E543C1'

red 229 ◦ green 67 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E543C1

Tints of Razzle Dazzle Rose #E543C1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.7%

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 46.83%
G = 13.7%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E543C1 (or 0xE543C1) is known color: Razzle Dazzle Rose. HEX triplet: E5, 43 and C1. RGB value is (229,67,193). Sum of RGB (Red+Green+Blue) = 229+67+193=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E543C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E543C1 is #1ABC3E. Grayscale: #818181. Windows color (decimal): -1752127 or 12665829. OLE color: 12665829.

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

Color convert

RGB 229 67 193 -
CMYK 0 0.71 0.16 0.10
HSL 313.33º 0.76% 0.58% -
HSV(B) 313.33º 0.71% 0.9% -
XYZ 43.95 24.52 52.87 -
YUV 129.8 163.67 198.75 -
System Red Green Blue C M Y K H S L
Decimal 229 67 193 0 0.71 0.16 0.10 313.33 0.76 0.58
Hex E5 43 C1 0 47 10 A 139 4C 3A
Octal 345 103 301 0 107 20 12 471 114 72
Binary 11100101 1000011 11000001 0 1000111 10000 1010 100111001 1001100 111010

Color Harmonies of #E543C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E543C1

Black with #E543C1

Text Example


Text Example

White with #E543C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E543C1; }

 p { color: rgb(229,67,193); }

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

background-color css

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

 a { background-color: rgb(229,67,193); }

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

border-color css

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

 span { border-color: rgb(229,67,193); }

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