Html Css Color HEX #E134DD Razzle Dazzle Rose

📋 copy color: '#E134DD'

red 225 ◦ green 52 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E134DD

Tints of Razzle Dazzle Rose #E134DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 45.18%
G = 10.44%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E134DD (or 0xE134DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 34 and DD. RGB value is (225,52,221). Sum of RGB (Red+Green+Blue) = 225+52+221=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E134DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E134DD is #1ECB22. Grayscale: #7A7A7A. Windows color (decimal): -2018083 or 14496993. OLE color: 14496993.

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

Color convert

RGB 225 52 221 -
CMYK 0 0.77 0.02 0.12
HSL 301.39º 0.74% 0.54% -
HSV(B) 301.39º 0.77% 0.88% -
XYZ 45.33 23.68 70.59 -
YUV 122.99 183.31 200.76 -
System Red Green Blue C M Y K H S L
Decimal 225 52 221 0 0.77 0.02 0.12 301.39 0.74 0.54
Hex E1 34 DD 0 4D 2 C 12D 4A 36
Octal 341 64 335 0 115 2 14 455 112 66
Binary 11100001 110100 11011101 0 1001101 10 1100 100101101 1001010 110110

Color Harmonies of #E134DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E134DD

Black with #E134DD

Text Example


Text Example

White with #E134DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E134DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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