Html Css Color HEX #E141B8 Razzle Dazzle Rose

📋 copy color: '#E141B8'

red 225 ◦ green 65 ◦ blue 184

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

Shades of Razzle Dazzle Rose #E141B8

Tints of Razzle Dazzle Rose #E141B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.82%

R = 47.47%
G = 13.71%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E141B8 (or 0xE141B8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 41 and B8. RGB value is (225,65,184). Sum of RGB (Red+Green+Blue) = 225+65+184=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E141B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141B8 is #1EBE47. Grayscale: #7E7E7E. Windows color (decimal): -2014792 or 12075489. OLE color: 12075489.

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

Color convert

RGB 225 65 184 -
CMYK 0 0.71 0.18 0.12
HSL 315.38º 0.73% 0.57% -
HSV(B) 315.38º 0.71% 0.88% -
XYZ 41.59 23.25 47.64 -
YUV 126.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 225 65 184 0 0.71 0.18 0.12 315.38 0.73 0.57
Hex E1 41 B8 0 47 12 C 13B 49 39
Octal 341 101 270 0 107 22 14 473 111 71
Binary 11100001 1000001 10111000 0 1000111 10010 1100 100111011 1001001 111001

Color Harmonies of #E141B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141B8

Black with #E141B8

Text Example


Text Example

White with #E141B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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