Html Css Color HEX #E535CB Razzle Dazzle Rose

📋 copy color: '#E535CB'

red 229 ◦ green 53 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E535CB

Tints of Razzle Dazzle Rose #E535CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 47.22%
G = 10.93%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E535CB (or 0xE535CB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 35 and CB. RGB value is (229,53,203). Sum of RGB (Red+Green+Blue) = 229+53+203=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E535CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E535CB is #1ACA34. Grayscale: #7A7A7A. Windows color (decimal): -1755701 or 13317605. OLE color: 13317605.

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

Color convert

RGB 229 53 203 -
CMYK 0 0.77 0.11 0.10
HSL 308.86º 0.77% 0.55% -
HSV(B) 308.86º 0.77% 0.9% -
XYZ 44.37 23.52 58.7 -
YUV 122.72 173.31 203.8 -
System Red Green Blue C M Y K H S L
Decimal 229 53 203 0 0.77 0.11 0.10 308.86 0.77 0.55
Hex E5 35 CB 0 4D B A 135 4D 37
Octal 345 65 313 0 115 13 12 465 115 67
Binary 11100101 110101 11001011 0 1001101 1011 1010 100110101 1001101 110111

Color Harmonies of #E535CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535CB

Black with #E535CB

Text Example


Text Example

White with #E535CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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