Html Css Color HEX #E040BF Razzle Dazzle Rose

📋 copy color: '#E040BF'

red 224 ◦ green 64 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E040BF

Tints of Razzle Dazzle Rose #E040BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.87%

R = 46.76%
G = 13.36%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E040BF (or 0xE040BF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 40 and BF. RGB value is (224,64,191). Sum of RGB (Red+Green+Blue) = 224+64+191=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E040BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040BF is #1FBF40. Grayscale: #7D7D7D. Windows color (decimal): -2080577 or 12533984. OLE color: 12533984.

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

Color convert

RGB 224 64 191 -
CMYK 0 0.71 0.15 0.12
HSL 312.38º 0.72% 0.56% -
HSV(B) 312.38º 0.71% 0.88% -
XYZ 41.98 23.28 51.57 -
YUV 126.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 224 64 191 0 0.71 0.15 0.12 312.38 0.72 0.56
Hex E0 40 BF 0 47 F C 138 48 38
Octal 340 100 277 0 107 17 14 470 110 70
Binary 11100000 1000000 10111111 0 1000111 1111 1100 100111000 1001000 111000

Color Harmonies of #E040BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040BF

Black with #E040BF

Text Example


Text Example

White with #E040BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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