Html Css Color HEX #E133C2 Razzle Dazzle Rose

📋 copy color: '#E133C2'

red 225 ◦ green 51 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E133C2

Tints of Razzle Dazzle Rose #E133C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 47.87%
G = 10.85%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E133C2 (or 0xE133C2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 33 and C2. RGB value is (225,51,194). Sum of RGB (Red+Green+Blue) = 225+51+194=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E133C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133C2 is #1ECC3D. Grayscale: #767676. Windows color (decimal): -2018366 or 12727265. OLE color: 12727265.

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

Color convert

RGB 225 51 194 -
CMYK 0 0.77 0.14 0.12
HSL 310.69º 0.74% 0.54% -
HSV(B) 310.69º 0.77% 0.88% -
XYZ 41.97 22.27 53.13 -
YUV 119.33 170.15 203.37 -
System Red Green Blue C M Y K H S L
Decimal 225 51 194 0 0.77 0.14 0.12 310.69 0.74 0.54
Hex E1 33 C2 0 4D E C 137 4A 36
Octal 341 63 302 0 115 16 14 467 112 66
Binary 11100001 110011 11000010 0 1001101 1110 1100 100110111 1001010 110110

Color Harmonies of #E133C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133C2

Black with #E133C2

Text Example


Text Example

White with #E133C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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