Html Css Color HEX #E139C0 Razzle Dazzle Rose

📋 copy color: '#E139C0'

red 225 ◦ green 57 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E139C0

Tints of Razzle Dazzle Rose #E139C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 47.47%
G = 12.03%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E139C0 (or 0xE139C0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 39 and C0. RGB value is (225,57,192). Sum of RGB (Red+Green+Blue) = 225+57+192=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E139C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139C0 is #1EC63F. Grayscale: #7A7A7A. Windows color (decimal): -2016832 or 12597729. OLE color: 12597729.

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

Color convert

RGB 225 57 192 -
CMYK 0 0.75 0.15 0.12
HSL 311.79º 0.74% 0.55% -
HSV(B) 311.79º 0.75% 0.88% -
XYZ 42.03 22.74 52.04 -
YUV 122.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 225 57 192 0 0.75 0.15 0.12 311.79 0.74 0.55
Hex E1 39 C0 0 4B F C 138 4A 37
Octal 341 71 300 0 113 17 14 470 112 67
Binary 11100001 111001 11000000 0 1001011 1111 1100 100111000 1001010 110111

Color Harmonies of #E139C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139C0

Black with #E139C0

Text Example


Text Example

White with #E139C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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