Html Css Color HEX #E140B5 Razzle Dazzle Rose

📋 copy color: '#E140B5'

red 225 ◦ green 64 ◦ blue 181

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

Shades of Razzle Dazzle Rose #E140B5

Tints of Razzle Dazzle Rose #E140B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.51%

R = 47.87%
G = 13.62%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E140B5 (or 0xE140B5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 40 and B5. RGB value is (225,64,181). Sum of RGB (Red+Green+Blue) = 225+64+181=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E140B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140B5 is #1EBF4A. Grayscale: #7D7D7D. Windows color (decimal): -2015051 or 11878625. OLE color: 11878625.

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

Color convert

RGB 225 64 181 -
CMYK 0 0.72 0.20 0.12
HSL 316.4º 0.73% 0.57% -
HSV(B) 316.4º 0.72% 0.88% -
XYZ 41.23 23.01 45.98 -
YUV 125.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 225 64 181 0 0.72 0.20 0.12 316.4 0.73 0.57
Hex E1 40 B5 0 48 14 C 13C 49 39
Octal 341 100 265 0 110 24 14 474 111 71
Binary 11100001 1000000 10110101 0 1001000 10100 1100 100111100 1001001 111001

Color Harmonies of #E140B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140B5

Black with #E140B5

Text Example


Text Example

White with #E140B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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