Html Css Color HEX #E139D0 Razzle Dazzle Rose

📋 copy color: '#E139D0'

red 225 ◦ green 57 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E139D0

Tints of Razzle Dazzle Rose #E139D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 45.92%
G = 11.63%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E139D0 (or 0xE139D0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 39 and D0. RGB value is (225,57,208). Sum of RGB (Red+Green+Blue) = 225+57+208=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E139D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139D0 is #1EC62F. Grayscale: #7C7C7C. Windows color (decimal): -2016816 or 13646305. OLE color: 13646305.

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

Color convert

RGB 225 57 208 -
CMYK 0 0.75 0.08 0.12
HSL 306.07º 0.74% 0.55% -
HSV(B) 306.07º 0.75% 0.88% -
XYZ 43.9 23.49 61.89 -
YUV 124.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 225 57 208 0 0.75 0.08 0.12 306.07 0.74 0.55
Hex E1 39 D0 0 4B 8 C 132 4A 37
Octal 341 71 320 0 113 10 14 462 112 67
Binary 11100001 111001 11010000 0 1001011 1000 1100 100110010 1001010 110111

Color Harmonies of #E139D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139D0

Black with #E139D0

Text Example


Text Example

White with #E139D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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