Html Css Color HEX #E526C9 Razzle Dazzle Rose

📋 copy color: '#E526C9'

red 229 ◦ green 38 ◦ blue 201

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

Shades of Razzle Dazzle Rose #E526C9

Tints of Razzle Dazzle Rose #E526C9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.12%

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 48.93%
G = 8.12%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E526C9 (or 0xE526C9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and C9. RGB value is (229,38,201). Sum of RGB (Red+Green+Blue) = 229+38+201=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E526C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526C9 is #1AD936. Grayscale: #717171. Windows color (decimal): -1759543 or 13182693. OLE color: 13182693.

HSL color Cylindrical-coordinate representation of color #E526C9: hue angle of 308.8º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E526C9 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 201 -
CMYK 0 0.83 0.12 0.10
HSL 308.8º 0.79% 0.52% -
HSV(B) 308.8º 0.83% 0.9% -
XYZ 43.55 22.26 57.26 -
YUV 113.69 177.28 210.25 -
System Red Green Blue C M Y K H S L
Decimal 229 38 201 0 0.83 0.12 0.10 308.8 0.79 0.52
Hex E5 26 C9 0 53 C A 135 4F 34
Octal 345 46 311 0 123 14 12 465 117 64
Binary 11100101 100110 11001001 0 1010011 1100 1010 100110101 1001111 110100

Color Harmonies of #E526C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526C9

Black with #E526C9

Text Example


Text Example

White with #E526C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526C9; }

 p { color: rgb(229,38,201); }

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

background-color css

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

 a { background-color: rgb(229,38,201); }

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

border-color css

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

 span { border-color: rgb(229,38,201); }

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