Html Css Color HEX #E139C2 Razzle Dazzle Rose

📋 copy color: '#E139C2'

red 225 ◦ green 57 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E139C2

Tints of Razzle Dazzle Rose #E139C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 47.27%
G = 11.97%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E139C2 (or 0xE139C2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 39 and C2. RGB value is (225,57,194). Sum of RGB (Red+Green+Blue) = 225+57+194=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E139C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139C2 is #1EC63D. Grayscale: #7A7A7A. Windows color (decimal): -2016830 or 12728801. OLE color: 12728801.

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

Color convert

RGB 225 57 194 -
CMYK 0 0.75 0.14 0.12
HSL 311.07º 0.74% 0.55% -
HSV(B) 311.07º 0.75% 0.88% -
XYZ 42.25 22.83 53.22 -
YUV 122.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 225 57 194 0 0.75 0.14 0.12 311.07 0.74 0.55
Hex E1 39 C2 0 4B E C 137 4A 37
Octal 341 71 302 0 113 16 14 467 112 67
Binary 11100001 111001 11000010 0 1001011 1110 1100 100110111 1001010 110111

Color Harmonies of #E139C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139C2

Black with #E139C2

Text Example


Text Example

White with #E139C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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