Html Css Color HEX #E534CD Razzle Dazzle Rose

📋 copy color: '#E534CD'

red 229 ◦ green 52 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E534CD

Tints of Razzle Dazzle Rose #E534CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 47.12%
G = 10.7%
B = 42.18%

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

#E534CD (or 0xE534CD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and CD. RGB value is (229,52,205). Sum of RGB (Red+Green+Blue) = 229+52+205=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E534CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534CD is #1ACB32. Grayscale: #797979. Windows color (decimal): -1755955 or 13448421. OLE color: 13448421.

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

Color convert

RGB 229 52 205 -
CMYK 0 0.77 0.10 0.10
HSL 308.14º 0.77% 0.55% -
HSV(B) 308.14º 0.77% 0.9% -
XYZ 44.56 23.52 59.95 -
YUV 122.37 174.64 204.06 -
System Red Green Blue C M Y K H S L
Decimal 229 52 205 0 0.77 0.10 0.10 308.14 0.77 0.55
Hex E5 34 CD 0 4D A A 134 4D 37
Octal 345 64 315 0 115 12 12 464 115 67
Binary 11100101 110100 11001101 0 1001101 1010 1010 100110100 1001101 110111

Color Harmonies of #E534CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534CD

Black with #E534CD

Text Example


Text Example

White with #E534CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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