Html Css Color HEX #E340B2 Razzle Dazzle Rose

📋 copy color: '#E340B2'

red 227 ◦ green 64 ◦ blue 178

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

Shades of Razzle Dazzle Rose #E340B2

Tints of Razzle Dazzle Rose #E340B2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.65%

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 48.4%
G = 13.65%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E340B2 (or 0xE340B2) is known color: Razzle Dazzle Rose. HEX triplet: E3, 40 and B2. RGB value is (227,64,178). Sum of RGB (Red+Green+Blue) = 227+64+178=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E340B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E340B2 is #1CBF4D. Grayscale: #7D7D7D. Windows color (decimal): -1883982 or 11682019. OLE color: 11682019.

HSL color Cylindrical-coordinate representation of color #E340B2: hue angle of 318.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E340B2 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 178 -
CMYK 0 0.72 0.22 0.11
HSL 318.04º 0.74% 0.57% -
HSV(B) 318.04º 0.72% 0.89% -
XYZ 41.55 23.21 44.41 -
YUV 125.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 227 64 178 0 0.72 0.22 0.11 318.04 0.74 0.57
Hex E3 40 B2 0 48 16 B 13E 4A 39
Octal 343 100 262 0 110 26 13 476 112 71
Binary 11100011 1000000 10110010 0 1001000 10110 1011 100111110 1001010 111001

Color Harmonies of #E340B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340B2

Black with #E340B2

Text Example


Text Example

White with #E340B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340B2; }

 p { color: rgb(227,64,178); }

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

background-color css

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

 a { background-color: rgb(227,64,178); }

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

border-color css

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

 span { border-color: rgb(227,64,178); }

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