Html Css Color HEX #E340BF Razzle Dazzle Rose

📋 copy color: '#E340BF'

red 227 ◦ green 64 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E340BF

Tints of Razzle Dazzle Rose #E340BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.63%

R = 47.1%
G = 13.28%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E340BF (or 0xE340BF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 40 and BF. RGB value is (227,64,191). Sum of RGB (Red+Green+Blue) = 227+64+191=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E340BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E340BF is #1CBF40. Grayscale: #7E7E7E. Windows color (decimal): -1883969 or 12533987. OLE color: 12533987.

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

Color convert

RGB 227 64 191 -
CMYK 0 0.72 0.16 0.11
HSL 313.25º 0.74% 0.57% -
HSV(B) 313.25º 0.72% 0.89% -
XYZ 42.92 23.76 51.61 -
YUV 127.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 227 64 191 0 0.72 0.16 0.11 313.25 0.74 0.57
Hex E3 40 BF 0 48 10 B 139 4A 39
Octal 343 100 277 0 110 20 13 471 112 71
Binary 11100011 1000000 10111111 0 1001000 10000 1011 100111001 1001010 111001

Color Harmonies of #E340BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340BF

Black with #E340BF

Text Example


Text Example

White with #E340BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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