Html Css Color HEX #E140B9 Razzle Dazzle Rose

📋 copy color: '#E140B9'

red 225 ◦ green 64 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E140B9

Tints of Razzle Dazzle Rose #E140B9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 47.47%
G = 13.5%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E140B9 (or 0xE140B9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 40 and B9. RGB value is (225,64,185). Sum of RGB (Red+Green+Blue) = 225+64+185=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E140B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140B9 is #1EBF46. Grayscale: #7D7D7D. Windows color (decimal): -2015047 or 12140769. OLE color: 12140769.

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

Color convert

RGB 225 64 185 -
CMYK 0 0.72 0.18 0.12
HSL 314.91º 0.73% 0.57% -
HSV(B) 314.91º 0.72% 0.88% -
XYZ 41.64 23.18 48.18 -
YUV 125.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 225 64 185 0 0.72 0.18 0.12 314.91 0.73 0.57
Hex E1 40 B9 0 48 12 C 13B 49 39
Octal 341 100 271 0 110 22 14 473 111 71
Binary 11100001 1000000 10111001 0 1001000 10010 1100 100111011 1001001 111001

Color Harmonies of #E140B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140B9

Black with #E140B9

Text Example


Text Example

White with #E140B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140B9; }

 p { color: rgb(225,64,185); }

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

background-color css

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

 a { background-color: rgb(225,64,185); }

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

border-color css

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

 span { border-color: rgb(225,64,185); }

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