Html Css Color HEX #E136BD Razzle Dazzle Rose

📋 copy color: '#E136BD'

red 225 ◦ green 54 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E136BD

Tints of Razzle Dazzle Rose #E136BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 48.08%
G = 11.54%
B = 40.38%

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

#E136BD (or 0xE136BD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and BD. RGB value is (225,54,189). Sum of RGB (Red+Green+Blue) = 225+54+189=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E136BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136BD is #1EC942. Grayscale: #787878. Windows color (decimal): -2017603 or 12400353. OLE color: 12400353.

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

Color convert

RGB 225 54 189 -
CMYK 0 0.76 0.16 0.12
HSL 312.63º 0.74% 0.55% -
HSV(B) 312.63º 0.76% 0.88% -
XYZ 41.56 22.32 50.26 -
YUV 120.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 225 54 189 0 0.76 0.16 0.12 312.63 0.74 0.55
Hex E1 36 BD 0 4C 10 C 139 4A 37
Octal 341 66 275 0 114 20 14 471 112 67
Binary 11100001 110110 10111101 0 1001100 10000 1100 100111001 1001010 110111

Color Harmonies of #E136BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136BD

Black with #E136BD

Text Example


Text Example

White with #E136BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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