Html Css Color HEX #E534CE Razzle Dazzle Rose

📋 copy color: '#E534CE'

red 229 ◦ green 52 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E534CE

Tints of Razzle Dazzle Rose #E534CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 47.02%
G = 10.68%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E534CE (or 0xE534CE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and CE. RGB value is (229,52,206). Sum of RGB (Red+Green+Blue) = 229+52+206=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E534CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534CE is #1ACB31. Grayscale: #7A7A7A. Windows color (decimal): -1755954 or 13513957. OLE color: 13513957.

HSL color Cylindrical-coordinate representation of color #E534CE: hue angle of 307.8º 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 #E534CE is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 52 206 -
CMYK 0 0.77 0.10 0.10
HSL 307.8º 0.77% 0.55% -
HSV(B) 307.8º 0.77% 0.9% -
XYZ 44.68 23.57 60.59 -
YUV 122.48 175.14 203.98 -
System Red Green Blue C M Y K H S L
Decimal 229 52 206 0 0.77 0.10 0.10 307.8 0.77 0.55
Hex E5 34 CE 0 4D A A 134 4D 37
Octal 345 64 316 0 115 12 12 464 115 67
Binary 11100101 110100 11001110 0 1001101 1010 1010 100110100 1001101 110111

Color Harmonies of #E534CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534CE

Black with #E534CE

Text Example


Text Example

White with #E534CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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