Html Css Color HEX #E534CA Razzle Dazzle Rose

📋 copy color: '#E534CA'

red 229 ◦ green 52 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E534CA

Tints of Razzle Dazzle Rose #E534CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 47.41%
G = 10.77%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E534CA (or 0xE534CA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and CA. RGB value is (229,52,202). Sum of RGB (Red+Green+Blue) = 229+52+202=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E534CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534CA is #1ACB35. Grayscale: #797979. Windows color (decimal): -1755958 or 13251813. OLE color: 13251813.

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

Color convert

RGB 229 52 202 -
CMYK 0 0.77 0.12 0.10
HSL 309.15º 0.77% 0.55% -
HSV(B) 309.15º 0.77% 0.9% -
XYZ 44.2 23.38 58.06 -
YUV 122.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 229 52 202 0 0.77 0.12 0.10 309.15 0.77 0.55
Hex E5 34 CA 0 4D C A 135 4D 37
Octal 345 64 312 0 115 14 12 465 115 67
Binary 11100101 110100 11001010 0 1001101 1100 1010 100110101 1001101 110111

Color Harmonies of #E534CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534CA

Black with #E534CA

Text Example


Text Example

White with #E534CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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