Html Css Color HEX #E040BC Razzle Dazzle Rose

📋 copy color: '#E040BC'

red 224 ◦ green 64 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E040BC

Tints of Razzle Dazzle Rose #E040BC

RGB

 RED value IS 224 (87.89% from 255) = 47.06%

 GREEN value IS 64 (25.39% from 255) = 13.45%

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

R = 47.06%
G = 13.45%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E040BC (or 0xE040BC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 40 and BC. RGB value is (224,64,188). Sum of RGB (Red+Green+Blue) = 224+64+188=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E040BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040BC is #1FBF43. Grayscale: #7D7D7D. Windows color (decimal): -2080580 or 12337376. OLE color: 12337376.

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

Color convert

RGB 224 64 188 -
CMYK 0 0.71 0.16 0.12
HSL 313.5º 0.72% 0.56% -
HSV(B) 313.5º 0.71% 0.88% -
XYZ 41.65 23.14 49.85 -
YUV 125.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 224 64 188 0 0.71 0.16 0.12 313.5 0.72 0.56
Hex E0 40 BC 0 47 10 C 13A 48 38
Octal 340 100 274 0 107 20 14 472 110 70
Binary 11100000 1000000 10111100 0 1000111 10000 1100 100111010 1001000 111000

Color Harmonies of #E040BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040BC

Black with #E040BC

Text Example


Text Example

White with #E040BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040BC; }

 p { color: rgb(224,64,188); }

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

background-color css

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

 a { background-color: rgb(224,64,188); }

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

border-color css

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

 span { border-color: rgb(224,64,188); }

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