Html Css Color HEX #E434D5 Razzle Dazzle Rose

📋 copy color: '#E434D5'

red 228 ◦ green 52 ◦ blue 213

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

Shades of Razzle Dazzle Rose #E434D5

Tints of Razzle Dazzle Rose #E434D5

RGB

 RED value IS 228 (89.45% from 255) = 46.25%

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

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 46.25%
G = 10.55%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E434D5 (or 0xE434D5) is known color: Razzle Dazzle Rose. HEX triplet: E4, 34 and D5. RGB value is (228,52,213). Sum of RGB (Red+Green+Blue) = 228+52+213=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E434D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434D5 is #1BCB2A. Grayscale: #7A7A7A. Windows color (decimal): -1821483 or 13972708. OLE color: 13972708.

HSL color Cylindrical-coordinate representation of color #E434D5: hue angle of 305.11º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E434D5 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 52 213 -
CMYK 0 0.77 0.07 0.11
HSL 305.11º 0.77% 0.55% -
HSV(B) 305.11º 0.77% 0.89% -
XYZ 45.23 23.75 65.15 -
YUV 122.98 178.81 202.91 -
System Red Green Blue C M Y K H S L
Decimal 228 52 213 0 0.77 0.07 0.11 305.11 0.77 0.55
Hex E4 34 D5 0 4D 7 B 131 4D 37
Octal 344 64 325 0 115 7 13 461 115 67
Binary 11100100 110100 11010101 0 1001101 111 1011 100110001 1001101 110111

Color Harmonies of #E434D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E434D5

Black with #E434D5

Text Example


Text Example

White with #E434D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E434D5; }

 p { color: rgb(228,52,213); }

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

background-color css

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

 a { background-color: rgb(228,52,213); }

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

border-color css

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

 span { border-color: rgb(228,52,213); }

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