Html Css Color HEX #E334BF Razzle Dazzle Rose

📋 copy color: '#E334BF'

red 227 ◦ green 52 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E334BF

Tints of Razzle Dazzle Rose #E334BF

RGB

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

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

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

R = 48.3%
G = 11.06%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E334BF (or 0xE334BF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 34 and BF. RGB value is (227,52,191). Sum of RGB (Red+Green+Blue) = 227+52+191=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E334BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E334BF is #1CCB40. Grayscale: #777777. Windows color (decimal): -1887041 or 12530915. OLE color: 12530915.

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

Color convert

RGB 227 52 191 -
CMYK 0 0.77 0.16 0.11
HSL 312.34º 0.76% 0.55% -
HSV(B) 312.34º 0.77% 0.89% -
XYZ 42.31 22.55 51.41 -
YUV 120.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 227 52 191 0 0.77 0.16 0.11 312.34 0.76 0.55
Hex E3 34 BF 0 4D 10 B 138 4C 37
Octal 343 64 277 0 115 20 13 470 114 67
Binary 11100011 110100 10111111 0 1001101 10000 1011 100111000 1001100 110111

Color Harmonies of #E334BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334BF

Black with #E334BF

Text Example


Text Example

White with #E334BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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