Html Css Color HEX #E749BC Razzle Dazzle Rose

📋 copy color: '#E749BC'

red 231 ◦ green 73 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E749BC

Tints of Razzle Dazzle Rose #E749BC

RGB

 RED value IS 231 (90.63% from 255) = 46.95%

 GREEN value IS 73 (28.91% from 255) = 14.84%

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 46.95%
G = 14.84%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E749BC (or 0xE749BC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 49 and BC. RGB value is (231,73,188). Sum of RGB (Red+Green+Blue) = 231+73+188=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E749BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749BC is #18B643. Grayscale: #858585. Windows color (decimal): -1619524 or 12339687. OLE color: 12339687.

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

Color convert

RGB 231 73 188 -
CMYK 0 0.68 0.19 0.09
HSL 316.33º 0.77% 0.6% -
HSV(B) 316.33º 0.68% 0.91% -
XYZ 44.41 25.38 50.14 -
YUV 133.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 231 73 188 0 0.68 0.19 0.09 316.33 0.77 0.6
Hex E7 49 BC 0 44 13 9 13C 4D 3C
Octal 347 111 274 0 104 23 11 474 115 74
Binary 11100111 1001001 10111100 0 1000100 10011 1001 100111100 1001101 111100

Color Harmonies of #E749BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749BC

Black with #E749BC

Text Example


Text Example

White with #E749BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749BC; }

 p { color: rgb(231,73,188); }

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

background-color css

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

 a { background-color: rgb(231,73,188); }

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

border-color css

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

 span { border-color: rgb(231,73,188); }

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