Html Css Color HEX #E526CD Razzle Dazzle Rose

📋 copy color: '#E526CD'

red 229 ◦ green 38 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E526CD

Tints of Razzle Dazzle Rose #E526CD

RGB

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

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

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

R = 48.52%
G = 8.05%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E526CD (or 0xE526CD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and CD. RGB value is (229,38,205). Sum of RGB (Red+Green+Blue) = 229+38+205=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E526CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526CD is #1AD932. Grayscale: #717171. Windows color (decimal): -1759539 or 13444837. OLE color: 13444837.

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

Color convert

RGB 229 38 205 -
CMYK 0 0.83 0.10 0.10
HSL 307.54º 0.79% 0.52% -
HSV(B) 307.54º 0.83% 0.9% -
XYZ 44.03 22.45 59.77 -
YUV 114.15 179.28 209.92 -
System Red Green Blue C M Y K H S L
Decimal 229 38 205 0 0.83 0.10 0.10 307.54 0.79 0.52
Hex E5 26 CD 0 53 A A 134 4F 34
Octal 345 46 315 0 123 12 12 464 117 64
Binary 11100101 100110 11001101 0 1010011 1010 1010 100110100 1001111 110100

Color Harmonies of #E526CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526CD

Black with #E526CD

Text Example


Text Example

White with #E526CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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