Html Css Color HEX #E133BA Razzle Dazzle Rose

📋 copy color: '#E133BA'

red 225 ◦ green 51 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E133BA

Tints of Razzle Dazzle Rose #E133BA

RGB

 RED value IS 225 (88.28% from 255) = 48.7%

 GREEN value IS 51 (20.31% from 255) = 11.04%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 48.7%
G = 11.04%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E133BA (or 0xE133BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 33 and BA. RGB value is (225,51,186). Sum of RGB (Red+Green+Blue) = 225+51+186=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E133BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133BA is #1ECC45. Grayscale: #767676. Windows color (decimal): -2018374 or 12202977. OLE color: 12202977.

HSL color Cylindrical-coordinate representation of color #E133BA: hue angle of 313.45º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E133BA is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 51 186 -
CMYK 0 0.77 0.17 0.12
HSL 313.45º 0.74% 0.54% -
HSV(B) 313.45º 0.77% 0.88% -
XYZ 41.1 21.92 48.52 -
YUV 118.42 166.15 204.02 -
System Red Green Blue C M Y K H S L
Decimal 225 51 186 0 0.77 0.17 0.12 313.45 0.74 0.54
Hex E1 33 BA 0 4D 11 C 139 4A 36
Octal 341 63 272 0 115 21 14 471 112 66
Binary 11100001 110011 10111010 0 1001101 10001 1100 100111001 1001010 110110

Color Harmonies of #E133BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133BA

Black with #E133BA

Text Example


Text Example

White with #E133BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133BA; }

 p { color: rgb(225,51,186); }

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

background-color css

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

 a { background-color: rgb(225,51,186); }

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

border-color css

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

 span { border-color: rgb(225,51,186); }

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