Html Css Color HEX #E041BC Razzle Dazzle Rose

📋 copy color: '#E041BC'

red 224 ◦ green 65 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E041BC

Tints of Razzle Dazzle Rose #E041BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.63%

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

R = 46.96%
G = 13.63%
B = 39.41%

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

#E041BC (or 0xE041BC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 41 and BC. RGB value is (224,65,188). Sum of RGB (Red+Green+Blue) = 224+65+188=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E041BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041BC is #1FBE43. Grayscale: #7E7E7E. Windows color (decimal): -2080324 or 12337632. OLE color: 12337632.

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

Color convert

RGB 224 65 188 -
CMYK 0 0.71 0.16 0.12
HSL 313.58º 0.72% 0.57% -
HSV(B) 313.58º 0.71% 0.88% -
XYZ 41.71 23.26 49.87 -
YUV 126.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 224 65 188 0 0.71 0.16 0.12 313.58 0.72 0.57
Hex E0 41 BC 0 47 10 C 13A 48 39
Octal 340 101 274 0 107 20 14 472 110 71
Binary 11100000 1000001 10111100 0 1000111 10000 1100 100111010 1001000 111001

Color Harmonies of #E041BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041BC

Black with #E041BC

Text Example


Text Example

White with #E041BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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