Html Css Color HEX #EB36E5 Razzle Dazzle Rose

📋 copy color: '#EB36E5'

red 235 ◦ green 54 ◦ blue 229

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

Shades of Razzle Dazzle Rose #EB36E5

Tints of Razzle Dazzle Rose #EB36E5

RGB

 RED value IS 235 (92.19% from 255) = 45.37%

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

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 45.37%
G = 10.42%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB36E5 (or 0xEB36E5) is known color: Razzle Dazzle Rose. HEX triplet: EB, 36 and E5. RGB value is (235,54,229). Sum of RGB (Red+Green+Blue) = 235+54+229=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 54 (21.48% from 255 or 10.42% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB36E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB36E5 is #14C91A. Grayscale: #7F7F7F. Windows color (decimal): -1362203 or 15021803. OLE color: 15021803.

HSL color Cylindrical-coordinate representation of color #EB36E5: hue angle of 301.99º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB36E5 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 54 229 -
CMYK 0 0.77 0.03 0.08
HSL 301.99º 0.82% 0.57% -
HSV(B) 301.99º 0.77% 0.92% -
XYZ 49.72 25.96 76.52 -
YUV 128.07 184.97 204.27 -
System Red Green Blue C M Y K H S L
Decimal 235 54 229 0 0.77 0.03 0.08 301.99 0.82 0.57
Hex EB 36 E5 0 4D 3 8 12E 52 39
Octal 353 66 345 0 115 3 10 456 122 71
Binary 11101011 110110 11100101 0 1001101 11 1000 100101110 1010010 111001

Color Harmonies of #EB36E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB36E5

Black with #EB36E5

Text Example


Text Example

White with #EB36E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB36E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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