Html Css Color HEX #E137BF Razzle Dazzle Rose

📋 copy color: '#E137BF'

red 225 ◦ green 55 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E137BF

Tints of Razzle Dazzle Rose #E137BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.55%

R = 47.77%
G = 11.68%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E137BF (or 0xE137BF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 37 and BF. RGB value is (225,55,191). Sum of RGB (Red+Green+Blue) = 225+55+191=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E137BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137BF is #1EC840. Grayscale: #787878. Windows color (decimal): -2017345 or 12531681. OLE color: 12531681.

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

Color convert

RGB 225 55 191 -
CMYK 0 0.76 0.15 0.12
HSL 312º 0.74% 0.55% -
HSV(B) 312º 0.76% 0.88% -
XYZ 41.82 22.5 51.43 -
YUV 121.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 225 55 191 0 0.76 0.15 0.12 312 0.74 0.55
Hex E1 37 BF 0 4C F C 138 4A 37
Octal 341 67 277 0 114 17 14 470 112 67
Binary 11100001 110111 10111111 0 1001100 1111 1100 100111000 1001010 110111

Color Harmonies of #E137BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137BF

Black with #E137BF

Text Example


Text Example

White with #E137BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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