Html Css Color HEX #E848BA Razzle Dazzle Rose

📋 copy color: '#E848BA'

red 232 ◦ green 72 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E848BA

Tints of Razzle Dazzle Rose #E848BA

RGB

 RED value IS 232 (91.02% from 255) = 47.35%

 GREEN value IS 72 (28.52% from 255) = 14.69%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 47.35%
G = 14.69%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E848BA (or 0xE848BA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 48 and BA. RGB value is (232,72,186). Sum of RGB (Red+Green+Blue) = 232+72+186=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E848BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E848BA is #17B745. Grayscale: #848484. Windows color (decimal): -1554246 or 12208360. OLE color: 12208360.

HSL color Cylindrical-coordinate representation of color #E848BA: hue angle of 317.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E848BA is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 72 186 -
CMYK 0 0.69 0.20 0.09
HSL 317.25º 0.78% 0.6% -
HSV(B) 317.25º 0.69% 0.91% -
XYZ 44.46 25.34 49 -
YUV 132.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 232 72 186 0 0.69 0.20 0.09 317.25 0.78 0.6
Hex E8 48 BA 0 45 14 9 13D 4E 3C
Octal 350 110 272 0 105 24 11 475 116 74
Binary 11101000 1001000 10111010 0 1000101 10100 1001 100111101 1001110 111100

Color Harmonies of #E848BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E848BA

Black with #E848BA

Text Example


Text Example

White with #E848BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E848BA; }

 p { color: rgb(232,72,186); }

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

background-color css

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

 a { background-color: rgb(232,72,186); }

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

border-color css

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

 span { border-color: rgb(232,72,186); }

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