Html Css Color HEX #E535CA Razzle Dazzle Rose

📋 copy color: '#E535CA'

red 229 ◦ green 53 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E535CA

Tints of Razzle Dazzle Rose #E535CA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.95%

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

R = 47.31%
G = 10.95%
B = 41.74%

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

#E535CA (or 0xE535CA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 35 and CA. RGB value is (229,53,202). Sum of RGB (Red+Green+Blue) = 229+53+202=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E535CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E535CA is #1ACA35. Grayscale: #7A7A7A. Windows color (decimal): -1755702 or 13252069. OLE color: 13252069.

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

Color convert

RGB 229 53 202 -
CMYK 0 0.77 0.12 0.10
HSL 309.2º 0.77% 0.55% -
HSV(B) 309.2º 0.77% 0.9% -
XYZ 44.25 23.47 58.07 -
YUV 122.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 229 53 202 0 0.77 0.12 0.10 309.2 0.77 0.55
Hex E5 35 CA 0 4D C A 135 4D 37
Octal 345 65 312 0 115 14 12 465 115 67
Binary 11100101 110101 11001010 0 1001101 1100 1010 100110101 1001101 110111

Color Harmonies of #E535CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535CA

Black with #E535CA

Text Example


Text Example

White with #E535CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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