Html Css Color HEX #E141BD Razzle Dazzle Rose

📋 copy color: '#E141BD'

red 225 ◦ green 65 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E141BD

Tints of Razzle Dazzle Rose #E141BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 46.97%
G = 13.57%
B = 39.46%

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

#E141BD (or 0xE141BD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 41 and BD. RGB value is (225,65,189). Sum of RGB (Red+Green+Blue) = 225+65+189=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E141BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141BD is #1EBE42. Grayscale: #7E7E7E. Windows color (decimal): -2014787 or 12403169. OLE color: 12403169.

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

Color convert

RGB 225 65 189 -
CMYK 0 0.71 0.16 0.12
HSL 313.5º 0.73% 0.57% -
HSV(B) 313.5º 0.71% 0.88% -
XYZ 42.13 23.46 50.45 -
YUV 126.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 225 65 189 0 0.71 0.16 0.12 313.5 0.73 0.57
Hex E1 41 BD 0 47 10 C 13A 49 39
Octal 341 101 275 0 107 20 14 472 111 71
Binary 11100001 1000001 10111101 0 1000111 10000 1100 100111010 1001001 111001

Color Harmonies of #E141BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141BD

Black with #E141BD

Text Example


Text Example

White with #E141BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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