Html Css Color HEX #E145B9 Razzle Dazzle Rose

📋 copy color: '#E145B9'

red 225 ◦ green 69 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E145B9

Tints of Razzle Dazzle Rose #E145B9

RGB

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

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

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

R = 46.97%
G = 14.41%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E145B9 (or 0xE145B9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 45 and B9. RGB value is (225,69,185). Sum of RGB (Red+Green+Blue) = 225+69+185=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E145B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145B9 is #1EBA46. Grayscale: #808080. Windows color (decimal): -2013767 or 12142049. OLE color: 12142049.

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

Color convert

RGB 225 69 185 -
CMYK 0 0.69 0.18 0.12
HSL 315.38º 0.72% 0.58% -
HSV(B) 315.38º 0.69% 0.88% -
XYZ 41.94 23.77 48.28 -
YUV 128.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 225 69 185 0 0.69 0.18 0.12 315.38 0.72 0.58
Hex E1 45 B9 0 45 12 C 13B 48 3A
Octal 341 105 271 0 105 22 14 473 110 72
Binary 11100001 1000101 10111001 0 1000101 10010 1100 100111011 1001000 111010

Color Harmonies of #E145B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E145B9

Black with #E145B9

Text Example


Text Example

White with #E145B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E145B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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