Html Css Color HEX #E134B7 Razzle Dazzle Rose

📋 copy color: '#E134B7'

red 225 ◦ green 52 ◦ blue 183

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

Shades of Razzle Dazzle Rose #E134B7

Tints of Razzle Dazzle Rose #E134B7

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.3%

 BLUE value IS 183 (71.88% from 255) = 39.78%

R = 48.91%
G = 11.3%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E134B7 (or 0xE134B7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 34 and B7. RGB value is (225,52,183). Sum of RGB (Red+Green+Blue) = 225+52+183=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E134B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E134B7 is #1ECB48. Grayscale: #767676. Windows color (decimal): -2018121 or 12006625. OLE color: 12006625.

HSL color Cylindrical-coordinate representation of color #E134B7: hue angle of 314.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E134B7 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 183 -
CMYK 0 0.77 0.19 0.12
HSL 314.57º 0.74% 0.54% -
HSV(B) 314.57º 0.77% 0.88% -
XYZ 40.83 21.88 46.87 -
YUV 118.66 164.31 203.85 -
System Red Green Blue C M Y K H S L
Decimal 225 52 183 0 0.77 0.19 0.12 314.57 0.74 0.54
Hex E1 34 B7 0 4D 13 C 13B 4A 36
Octal 341 64 267 0 115 23 14 473 112 66
Binary 11100001 110100 10110111 0 1001101 10011 1100 100111011 1001010 110110

Color Harmonies of #E134B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E134B7

Black with #E134B7

Text Example


Text Example

White with #E134B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E134B7; }

 p { color: rgb(225,52,183); }

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

background-color css

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

 a { background-color: rgb(225,52,183); }

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

border-color css

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

 span { border-color: rgb(225,52,183); }

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