Html Css Color HEX #E137BA Razzle Dazzle Rose

📋 copy color: '#E137BA'

red 225 ◦ green 55 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E137BA

Tints of Razzle Dazzle Rose #E137BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.8%

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 48.28%
G = 11.8%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E137BA (or 0xE137BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 37 and BA. RGB value is (225,55,186). Sum of RGB (Red+Green+Blue) = 225+55+186=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E137BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137BA is #1EC845. Grayscale: #787878. Windows color (decimal): -2017350 or 12204001. OLE color: 12204001.

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

Color convert

RGB 225 55 186 -
CMYK 0 0.76 0.17 0.12
HSL 313.76º 0.74% 0.55% -
HSV(B) 313.76º 0.76% 0.88% -
XYZ 41.28 22.29 48.58 -
YUV 120.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 225 55 186 0 0.76 0.17 0.12 313.76 0.74 0.55
Hex E1 37 BA 0 4C 11 C 13A 4A 37
Octal 341 67 272 0 114 21 14 472 112 67
Binary 11100001 110111 10111010 0 1001100 10001 1100 100111010 1001010 110111

Color Harmonies of #E137BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137BA

Black with #E137BA

Text Example


Text Example

White with #E137BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137BA; }

 p { color: rgb(225,55,186); }

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

background-color css

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

 a { background-color: rgb(225,55,186); }

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

border-color css

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

 span { border-color: rgb(225,55,186); }

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