Html Css Color HEX #E431CD Razzle Dazzle Rose

📋 copy color: '#E431CD'

red 228 ◦ green 49 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E431CD

Tints of Razzle Dazzle Rose #E431CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.17%

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 47.3%
G = 10.17%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E431CD (or 0xE431CD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 31 and CD. RGB value is (228,49,205). Sum of RGB (Red+Green+Blue) = 228+49+205=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E431CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E431CD is #1BCE32. Grayscale: #777777. Windows color (decimal): -1822259 or 13447652. OLE color: 13447652.

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

Color convert

RGB 228 49 205 -
CMYK 0 0.79 0.10 0.11
HSL 307.71º 0.77% 0.54% -
HSV(B) 307.71º 0.79% 0.89% -
XYZ 44.11 23.1 59.89 -
YUV 120.31 175.8 204.82 -
System Red Green Blue C M Y K H S L
Decimal 228 49 205 0 0.79 0.10 0.11 307.71 0.77 0.54
Hex E4 31 CD 0 4F A B 134 4D 36
Octal 344 61 315 0 117 12 13 464 115 66
Binary 11100100 110001 11001101 0 1001111 1010 1011 100110100 1001101 110110

Color Harmonies of #E431CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E431CD

Black with #E431CD

Text Example


Text Example

White with #E431CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E431CD; }

 p { color: rgb(228,49,205); }

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

background-color css

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

 a { background-color: rgb(228,49,205); }

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

border-color css

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

 span { border-color: rgb(228,49,205); }

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