Html Css Color HEX #E334BA Razzle Dazzle Rose

📋 copy color: '#E334BA'

red 227 ◦ green 52 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E334BA

Tints of Razzle Dazzle Rose #E334BA

RGB

 RED value IS 227 (89.06% from 255) = 48.82%

 GREEN value IS 52 (20.7% from 255) = 11.18%

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

R = 48.82%
G = 11.18%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E334BA (or 0xE334BA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and BA. RGB value is (227,52,186). Sum of RGB (Red+Green+Blue) = 227+52+186=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E334BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334BA is #1CCB45. Grayscale: #777777. Windows color (decimal): -1887046 or 12203235. OLE color: 12203235.

HSL color Cylindrical-coordinate representation of color #E334BA: hue angle of 314.06º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334BA is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 52 186 -
CMYK 0 0.77 0.18 0.11
HSL 314.06º 0.76% 0.55% -
HSV(B) 314.06º 0.77% 0.89% -
XYZ 41.77 22.33 48.56 -
YUV 119.6 165.48 204.6 -
System Red Green Blue C M Y K H S L
Decimal 227 52 186 0 0.77 0.18 0.11 314.06 0.76 0.55
Hex E3 34 BA 0 4D 12 B 13A 4C 37
Octal 343 64 272 0 115 22 13 472 114 67
Binary 11100011 110100 10111010 0 1001101 10010 1011 100111010 1001100 110111

Color Harmonies of #E334BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334BA

Black with #E334BA

Text Example


Text Example

White with #E334BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334BA; }

 p { color: rgb(227,52,186); }

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

background-color css

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

 a { background-color: rgb(227,52,186); }

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

border-color css

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

 span { border-color: rgb(227,52,186); }

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