Html Css Color HEX #E136BA Razzle Dazzle Rose

📋 copy color: '#E136BA'

red 225 ◦ green 54 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E136BA

Tints of Razzle Dazzle Rose #E136BA

RGB

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

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

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

R = 48.39%
G = 11.61%
B = 40%

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

#E136BA (or 0xE136BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and BA. RGB value is (225,54,186). Sum of RGB (Red+Green+Blue) = 225+54+186=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E136BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136BA is #1EC945. Grayscale: #777777. Windows color (decimal): -2017606 or 12203745. OLE color: 12203745.

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

Color convert

RGB 225 54 186 -
CMYK 0 0.76 0.17 0.12
HSL 313.68º 0.74% 0.55% -
HSV(B) 313.68º 0.76% 0.88% -
XYZ 41.23 22.19 48.56 -
YUV 120.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 225 54 186 0 0.76 0.17 0.12 313.68 0.74 0.55
Hex E1 36 BA 0 4C 11 C 13A 4A 37
Octal 341 66 272 0 114 21 14 472 112 67
Binary 11100001 110110 10111010 0 1001100 10001 1100 100111010 1001010 110111

Color Harmonies of #E136BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136BA

Black with #E136BA

Text Example


Text Example

White with #E136BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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