Html Css Color HEX #E441BE Razzle Dazzle Rose

📋 copy color: '#E441BE'

red 228 ◦ green 65 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E441BE

Tints of Razzle Dazzle Rose #E441BE

RGB

 RED value IS 228 (89.45% from 255) = 47.2%

 GREEN value IS 65 (25.78% from 255) = 13.46%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 47.2%
G = 13.46%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E441BE (or 0xE441BE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 41 and BE. RGB value is (228,65,190). Sum of RGB (Red+Green+Blue) = 228+65+190=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E441BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E441BE is #1BBE41. Grayscale: #7F7F7F. Windows color (decimal): -1818178 or 12468708. OLE color: 12468708.

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

Color convert

RGB 228 65 190 -
CMYK 0 0.71 0.17 0.11
HSL 313.99º 0.75% 0.57% -
HSV(B) 313.99º 0.71% 0.89% -
XYZ 43.18 23.99 51.07 -
YUV 127.99 163 199.34 -
System Red Green Blue C M Y K H S L
Decimal 228 65 190 0 0.71 0.17 0.11 313.99 0.75 0.57
Hex E4 41 BE 0 47 11 B 13A 4B 39
Octal 344 101 276 0 107 21 13 472 113 71
Binary 11100100 1000001 10111110 0 1000111 10001 1011 100111010 1001011 111001

Color Harmonies of #E441BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E441BE

Black with #E441BE

Text Example


Text Example

White with #E441BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E441BE; }

 p { color: rgb(228,65,190); }

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

background-color css

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

 a { background-color: rgb(228,65,190); }

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

border-color css

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

 span { border-color: rgb(228,65,190); }

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