Html Css Color HEX #E133BC Razzle Dazzle Rose

📋 copy color: '#E133BC'

red 225 ◦ green 51 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E133BC

Tints of Razzle Dazzle Rose #E133BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 48.49%
G = 10.99%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E133BC (or 0xE133BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 33 and BC. RGB value is (225,51,188). Sum of RGB (Red+Green+Blue) = 225+51+188=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E133BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133BC is #1ECC43. Grayscale: #767676. Windows color (decimal): -2018372 or 12334049. OLE color: 12334049.

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

Color convert

RGB 225 51 188 -
CMYK 0 0.77 0.16 0.12
HSL 312.76º 0.74% 0.54% -
HSV(B) 312.76º 0.77% 0.88% -
XYZ 41.31 22.01 49.65 -
YUV 118.64 167.15 203.86 -
System Red Green Blue C M Y K H S L
Decimal 225 51 188 0 0.77 0.16 0.12 312.76 0.74 0.54
Hex E1 33 BC 0 4D 10 C 139 4A 36
Octal 341 63 274 0 115 20 14 471 112 66
Binary 11100001 110011 10111100 0 1001101 10000 1100 100111001 1001010 110110

Color Harmonies of #E133BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133BC

Black with #E133BC

Text Example


Text Example

White with #E133BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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