Html Css Color HEX #E426DA Razzle Dazzle Rose

📋 copy color: '#E426DA'

red 228 ◦ green 38 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E426DA

Tints of Razzle Dazzle Rose #E426DA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.85%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 47.11%
G = 7.85%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E426DA (or 0xE426DA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 26 and DA. RGB value is (228,38,218). Sum of RGB (Red+Green+Blue) = 228+38+218=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E426DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E426DA is #1BD925. Grayscale: #727272. Windows color (decimal): -1825062 or 14296804. OLE color: 14296804.

HSL color Cylindrical-coordinate representation of color #E426DA: hue angle of 303.16º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E426DA is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 38 218 -
CMYK 0 0.83 0.04 0.11
HSL 303.16º 0.78% 0.52% -
HSV(B) 303.16º 0.83% 0.89% -
XYZ 45.34 22.94 68.37 -
YUV 115.33 185.95 208.36 -
System Red Green Blue C M Y K H S L
Decimal 228 38 218 0 0.83 0.04 0.11 303.16 0.78 0.52
Hex E4 26 DA 0 53 4 B 12F 4E 34
Octal 344 46 332 0 123 4 13 457 116 64
Binary 11100100 100110 11011010 0 1010011 100 1011 100101111 1001110 110100

Color Harmonies of #E426DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E426DA

Black with #E426DA

Text Example


Text Example

White with #E426DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E426DA; }

 p { color: rgb(228,38,218); }

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

background-color css

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

 a { background-color: rgb(228,38,218); }

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

border-color css

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

 span { border-color: rgb(228,38,218); }

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