Html Css Color HEX #E136BE Razzle Dazzle Rose

📋 copy color: '#E136BE'

red 225 ◦ green 54 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E136BE

Tints of Razzle Dazzle Rose #E136BE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.51%

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 47.97%
G = 11.51%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E136BE (or 0xE136BE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and BE. RGB value is (225,54,190). Sum of RGB (Red+Green+Blue) = 225+54+190=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E136BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136BE is #1EC941. Grayscale: #787878. Windows color (decimal): -2017602 or 12465889. OLE color: 12465889.

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

Color convert

RGB 225 54 190 -
CMYK 0 0.76 0.16 0.12
HSL 312.28º 0.74% 0.55% -
HSV(B) 312.28º 0.76% 0.88% -
XYZ 41.66 22.36 50.84 -
YUV 120.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 225 54 190 0 0.76 0.16 0.12 312.28 0.74 0.55
Hex E1 36 BE 0 4C 10 C 138 4A 37
Octal 341 66 276 0 114 20 14 470 112 67
Binary 11100001 110110 10111110 0 1001100 10000 1100 100111000 1001010 110111

Color Harmonies of #E136BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136BE

Black with #E136BE

Text Example


Text Example

White with #E136BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136BE; }

 p { color: rgb(225,54,190); }

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

background-color css

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

 a { background-color: rgb(225,54,190); }

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

border-color css

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

 span { border-color: rgb(225,54,190); }

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