Html Css Color HEX #E139BE Razzle Dazzle Rose

📋 copy color: '#E139BE'

red 225 ◦ green 57 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E139BE

Tints of Razzle Dazzle Rose #E139BE

RGB

 RED value IS 225 (88.28% from 255) = 47.67%

 GREEN value IS 57 (22.66% from 255) = 12.08%

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 47.67%
G = 12.08%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E139BE (or 0xE139BE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 39 and BE. RGB value is (225,57,190). Sum of RGB (Red+Green+Blue) = 225+57+190=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E139BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139BE is #1EC641. Grayscale: #7A7A7A. Windows color (decimal): -2016834 or 12466657. OLE color: 12466657.

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

Color convert

RGB 225 57 190 -
CMYK 0 0.75 0.16 0.12
HSL 312.5º 0.74% 0.55% -
HSV(B) 312.5º 0.75% 0.88% -
XYZ 41.81 22.65 50.88 -
YUV 122.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 225 57 190 0 0.75 0.16 0.12 312.5 0.74 0.55
Hex E1 39 BE 0 4B 10 C 138 4A 37
Octal 341 71 276 0 113 20 14 470 112 67
Binary 11100001 111001 10111110 0 1001011 10000 1100 100111000 1001010 110111

Color Harmonies of #E139BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139BE

Black with #E139BE

Text Example


Text Example

White with #E139BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139BE; }

 p { color: rgb(225,57,190); }

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

background-color css

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

 a { background-color: rgb(225,57,190); }

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

border-color css

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

 span { border-color: rgb(225,57,190); }

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