Html Css Color HEX #E141BE Razzle Dazzle Rose

📋 copy color: '#E141BE'

red 225 ◦ green 65 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E141BE

Tints of Razzle Dazzle Rose #E141BE

RGB

 RED value IS 225 (88.28% from 255) = 46.88%

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

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

R = 46.88%
G = 13.54%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E141BE (or 0xE141BE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 41 and BE. RGB value is (225,65,190). Sum of RGB (Red+Green+Blue) = 225+65+190=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E141BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141BE is #1EBE41. Grayscale: #7E7E7E. Windows color (decimal): -2014786 or 12468705. OLE color: 12468705.

HSL color Cylindrical-coordinate representation of color #E141BE: hue angle of 313.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141BE is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 190 -
CMYK 0 0.71 0.16 0.12
HSL 313.13º 0.73% 0.57% -
HSV(B) 313.13º 0.71% 0.88% -
XYZ 42.24 23.51 51.03 -
YUV 127.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 225 65 190 0 0.71 0.16 0.12 313.13 0.73 0.57
Hex E1 41 BE 0 47 10 C 139 49 39
Octal 341 101 276 0 107 20 14 471 111 71
Binary 11100001 1000001 10111110 0 1000111 10000 1100 100111001 1001001 111001

Color Harmonies of #E141BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141BE

Black with #E141BE

Text Example


Text Example

White with #E141BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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