Html Css Color HEX #E141B3 Razzle Dazzle Rose

📋 copy color: '#E141B3'

red 225 ◦ green 65 ◦ blue 179

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

Shades of Razzle Dazzle Rose #E141B3

Tints of Razzle Dazzle Rose #E141B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 47.97%
G = 13.86%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E141B3 (or 0xE141B3) is known color: Razzle Dazzle Rose. HEX triplet: E1, 41 and B3. RGB value is (225,65,179). Sum of RGB (Red+Green+Blue) = 225+65+179=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E141B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141B3 is #1EBE4C. Grayscale: #7D7D7D. Windows color (decimal): -2014797 or 11747809. OLE color: 11747809.

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

Color convert

RGB 225 65 179 -
CMYK 0 0.71 0.20 0.12
HSL 317.25º 0.73% 0.57% -
HSV(B) 317.25º 0.71% 0.88% -
XYZ 41.08 23.04 44.93 -
YUV 125.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 225 65 179 0 0.71 0.20 0.12 317.25 0.73 0.57
Hex E1 41 B3 0 47 14 C 13D 49 39
Octal 341 101 263 0 107 24 14 475 111 71
Binary 11100001 1000001 10110011 0 1000111 10100 1100 100111101 1001001 111001

Color Harmonies of #E141B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141B3

Black with #E141B3

Text Example


Text Example

White with #E141B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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