Html Css Color HEX #E534CC Razzle Dazzle Rose

📋 copy color: '#E534CC'

red 229 ◦ green 52 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E534CC

Tints of Razzle Dazzle Rose #E534CC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.72%

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 47.22%
G = 10.72%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E534CC (or 0xE534CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and CC. RGB value is (229,52,204). Sum of RGB (Red+Green+Blue) = 229+52+204=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E534CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534CC is #1ACB33. Grayscale: #797979. Windows color (decimal): -1755956 or 13382885. OLE color: 13382885.

HSL color Cylindrical-coordinate representation of color #E534CC: hue angle of 308.47º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E534CC is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 52 204 -
CMYK 0 0.77 0.11 0.10
HSL 308.47º 0.77% 0.55% -
HSV(B) 308.47º 0.77% 0.9% -
XYZ 44.44 23.47 59.32 -
YUV 122.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 229 52 204 0 0.77 0.11 0.10 308.47 0.77 0.55
Hex E5 34 CC 0 4D B A 134 4D 37
Octal 345 64 314 0 115 13 12 464 115 67
Binary 11100101 110100 11001100 0 1001101 1011 1010 100110100 1001101 110111

Color Harmonies of #E534CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534CC

Black with #E534CC

Text Example


Text Example

White with #E534CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534CC; }

 p { color: rgb(229,52,204); }

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

background-color css

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

 a { background-color: rgb(229,52,204); }

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

border-color css

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

 span { border-color: rgb(229,52,204); }

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