Html Css Color HEX #E334BB Razzle Dazzle Rose

📋 copy color: '#E334BB'

red 227 ◦ green 52 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E334BB

Tints of Razzle Dazzle Rose #E334BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 48.71%
G = 11.16%
B = 40.13%

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

#E334BB (or 0xE334BB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and BB. RGB value is (227,52,187). Sum of RGB (Red+Green+Blue) = 227+52+187=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E334BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334BB is #1CCB44. Grayscale: #777777. Windows color (decimal): -1887045 or 12268771. OLE color: 12268771.

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

Color convert

RGB 227 52 187 -
CMYK 0 0.77 0.18 0.11
HSL 313.71º 0.76% 0.55% -
HSV(B) 313.71º 0.77% 0.89% -
XYZ 41.88 22.37 49.13 -
YUV 119.72 165.98 204.52 -
System Red Green Blue C M Y K H S L
Decimal 227 52 187 0 0.77 0.18 0.11 313.71 0.76 0.55
Hex E3 34 BB 0 4D 12 B 13A 4C 37
Octal 343 64 273 0 115 22 13 472 114 67
Binary 11100011 110100 10111011 0 1001101 10010 1011 100111010 1001100 110111

Color Harmonies of #E334BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334BB

Black with #E334BB

Text Example


Text Example

White with #E334BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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