Html Css Color HEX #E145B5 Razzle Dazzle Rose

📋 copy color: '#E145B5'

red 225 ◦ green 69 ◦ blue 181

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

Shades of Razzle Dazzle Rose #E145B5

Tints of Razzle Dazzle Rose #E145B5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.53%

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

R = 47.37%
G = 14.53%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E145B5 (or 0xE145B5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 45 and B5. RGB value is (225,69,181). Sum of RGB (Red+Green+Blue) = 225+69+181=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E145B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145B5 is #1EBA4A. Grayscale: #808080. Windows color (decimal): -2013771 or 11879905. OLE color: 11879905.

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

Color convert

RGB 225 69 181 -
CMYK 0 0.69 0.20 0.12
HSL 316.92º 0.72% 0.58% -
HSV(B) 316.92º 0.69% 0.88% -
XYZ 41.52 23.6 46.08 -
YUV 128.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 225 69 181 0 0.69 0.20 0.12 316.92 0.72 0.58
Hex E1 45 B5 0 45 14 C 13D 48 3A
Octal 341 105 265 0 105 24 14 475 110 72
Binary 11100001 1000101 10110101 0 1000101 10100 1100 100111101 1001000 111010

Color Harmonies of #E145B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E145B5

Black with #E145B5

Text Example


Text Example

White with #E145B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E145B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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