Html Css Color HEX #E134CC Razzle Dazzle Rose

📋 copy color: '#E134CC'

red 225 ◦ green 52 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E134CC

Tints of Razzle Dazzle Rose #E134CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 46.78%
G = 10.81%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E134CC (or 0xE134CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 34 and CC. RGB value is (225,52,204). Sum of RGB (Red+Green+Blue) = 225+52+204=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E134CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E134CC is #1ECB33. Grayscale: #787878. Windows color (decimal): -2018100 or 13382881. OLE color: 13382881.

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

Color convert

RGB 225 52 204 -
CMYK 0 0.77 0.09 0.12
HSL 307.28º 0.74% 0.54% -
HSV(B) 307.28º 0.77% 0.88% -
XYZ 43.18 22.82 59.26 -
YUV 121.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 225 52 204 0 0.77 0.09 0.12 307.28 0.74 0.54
Hex E1 34 CC 0 4D 9 C 133 4A 36
Octal 341 64 314 0 115 11 14 463 112 66
Binary 11100001 110100 11001100 0 1001101 1001 1100 100110011 1001010 110110

Color Harmonies of #E134CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E134CC

Black with #E134CC

Text Example


Text Example

White with #E134CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E134CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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