Html Css Color HEX #E136BF Razzle Dazzle Rose

📋 copy color: '#E136BF'

red 225 ◦ green 54 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E136BF

Tints of Razzle Dazzle Rose #E136BF

RGB

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

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

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

R = 47.87%
G = 11.49%
B = 40.64%

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

#E136BF (or 0xE136BF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and BF. RGB value is (225,54,191). Sum of RGB (Red+Green+Blue) = 225+54+191=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E136BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136BF is #1EC940. Grayscale: #787878. Windows color (decimal): -2017601 or 12531425. OLE color: 12531425.

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

Color convert

RGB 225 54 191 -
CMYK 0 0.76 0.15 0.12
HSL 311.93º 0.74% 0.55% -
HSV(B) 311.93º 0.76% 0.88% -
XYZ 41.77 22.41 51.41 -
YUV 120.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 225 54 191 0 0.76 0.15 0.12 311.93 0.74 0.55
Hex E1 36 BF 0 4C F C 138 4A 37
Octal 341 66 277 0 114 17 14 470 112 67
Binary 11100001 110110 10111111 0 1001100 1111 1100 100111000 1001010 110111

Color Harmonies of #E136BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136BF

Black with #E136BF

Text Example


Text Example

White with #E136BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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