Html Css Color HEX #E133B7 Razzle Dazzle Rose

📋 copy color: '#E133B7'

red 225 ◦ green 51 ◦ blue 183

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

Shades of Razzle Dazzle Rose #E133B7

Tints of Razzle Dazzle Rose #E133B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 49.02%
G = 11.11%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E133B7 (or 0xE133B7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 33 and B7. RGB value is (225,51,183). Sum of RGB (Red+Green+Blue) = 225+51+183=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E133B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133B7 is #1ECC48. Grayscale: #757575. Windows color (decimal): -2018377 or 12006369. OLE color: 12006369.

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

Color convert

RGB 225 51 183 -
CMYK 0 0.77 0.19 0.12
HSL 314.48º 0.74% 0.54% -
HSV(B) 314.48º 0.77% 0.88% -
XYZ 40.78 21.79 46.86 -
YUV 118.07 164.65 204.27 -
System Red Green Blue C M Y K H S L
Decimal 225 51 183 0 0.77 0.19 0.12 314.48 0.74 0.54
Hex E1 33 B7 0 4D 13 C 13A 4A 36
Octal 341 63 267 0 115 23 14 472 112 66
Binary 11100001 110011 10110111 0 1001101 10011 1100 100111010 1001010 110110

Color Harmonies of #E133B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133B7

Black with #E133B7

Text Example


Text Example

White with #E133B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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