Html Css Color HEX #E535CF Razzle Dazzle Rose

📋 copy color: '#E535CF'

red 229 ◦ green 53 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E535CF

Tints of Razzle Dazzle Rose #E535CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 46.83%
G = 10.84%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E535CF (or 0xE535CF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 35 and CF. RGB value is (229,53,207). Sum of RGB (Red+Green+Blue) = 229+53+207=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 53 (21.09% from 255 or 10.84% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E535CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E535CF is #1ACA30. Grayscale: #7A7A7A. Windows color (decimal): -1755697 or 13579749. OLE color: 13579749.

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

Color convert

RGB 229 53 207 -
CMYK 0 0.77 0.10 0.10
HSL 307.5º 0.77% 0.55% -
HSV(B) 307.5º 0.77% 0.9% -
XYZ 44.85 23.71 61.24 -
YUV 123.18 175.31 203.48 -
System Red Green Blue C M Y K H S L
Decimal 229 53 207 0 0.77 0.10 0.10 307.5 0.77 0.55
Hex E5 35 CF 0 4D A A 134 4D 37
Octal 345 65 317 0 115 12 12 464 115 67
Binary 11100101 110101 11001111 0 1001101 1010 1010 100110100 1001101 110111

Color Harmonies of #E535CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535CF

Black with #E535CF

Text Example


Text Example

White with #E535CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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