Html Css Color HEX #E536D4 Razzle Dazzle Rose

📋 copy color: '#E536D4'

red 229 ◦ green 54 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E536D4

Tints of Razzle Dazzle Rose #E536D4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.91%

 BLUE value IS 212 (83.2% from 255) = 42.83%

R = 46.26%
G = 10.91%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E536D4 (or 0xE536D4) is known color: Razzle Dazzle Rose. HEX triplet: E5, 36 and D4. RGB value is (229,54,212). Sum of RGB (Red+Green+Blue) = 229+54+212=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 54 (21.48% from 255 or 10.91% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E536D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E536D4 is #1AC92B. Grayscale: #7B7B7B. Windows color (decimal): -1755436 or 13907685. OLE color: 13907685.

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

Color convert

RGB 229 54 212 -
CMYK 0 0.76 0.07 0.10
HSL 305.83º 0.77% 0.55% -
HSV(B) 305.83º 0.76% 0.9% -
XYZ 45.52 24.05 64.53 -
YUV 124.34 177.48 202.65 -
System Red Green Blue C M Y K H S L
Decimal 229 54 212 0 0.76 0.07 0.10 305.83 0.77 0.55
Hex E5 36 D4 0 4C 7 A 132 4D 37
Octal 345 66 324 0 114 7 12 462 115 67
Binary 11100101 110110 11010100 0 1001100 111 1010 100110010 1001101 110111

Color Harmonies of #E536D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E536D4

Black with #E536D4

Text Example


Text Example

White with #E536D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E536D4; }

 p { color: rgb(229,54,212); }

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

background-color css

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

 a { background-color: rgb(229,54,212); }

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

border-color css

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

 span { border-color: rgb(229,54,212); }

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