Html Css Color HEX #E146B8 Razzle Dazzle Rose

📋 copy color: '#E146B8'

red 225 ◦ green 70 ◦ blue 184

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

Shades of Razzle Dazzle Rose #E146B8

Tints of Razzle Dazzle Rose #E146B8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.61%

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

R = 46.97%
G = 14.61%
B = 38.41%

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

#E146B8 (or 0xE146B8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 46 and B8. RGB value is (225,70,184). Sum of RGB (Red+Green+Blue) = 225+70+184=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E146B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146B8 is #1EB947. Grayscale: #818181. Windows color (decimal): -2013512 or 12076769. OLE color: 12076769.

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

Color convert

RGB 225 70 184 -
CMYK 0 0.69 0.18 0.12
HSL 315.87º 0.72% 0.58% -
HSV(B) 315.87º 0.69% 0.88% -
XYZ 41.89 23.85 47.74 -
YUV 129.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 225 70 184 0 0.69 0.18 0.12 315.87 0.72 0.58
Hex E1 46 B8 0 45 12 C 13C 48 3A
Octal 341 106 270 0 105 22 14 474 110 72
Binary 11100001 1000110 10111000 0 1000101 10010 1100 100111100 1001000 111010

Color Harmonies of #E146B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146B8

Black with #E146B8

Text Example


Text Example

White with #E146B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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