Html Css Color HEX #E629D4 Razzle Dazzle Rose

📋 copy color: '#E629D4'

red 230 ◦ green 41 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E629D4

Tints of Razzle Dazzle Rose #E629D4

RGB

 RED value IS 230 (90.23% from 255) = 47.62%

 GREEN value IS 41 (16.41% from 255) = 8.49%

 BLUE value IS 212 (83.2% from 255) = 43.89%

R = 47.62%
G = 8.49%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E629D4 (or 0xE629D4) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and D4. RGB value is (230,41,212). Sum of RGB (Red+Green+Blue) = 230+41+212=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E629D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629D4 is #19D62B. Grayscale: #747474. Windows color (decimal): -1693228 or 13904358. OLE color: 13904358.

HSL color Cylindrical-coordinate representation of color #E629D4: hue angle of 305.71º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629D4 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 212 -
CMYK 0 0.82 0.08 0.10
HSL 305.71º 0.79% 0.53% -
HSV(B) 305.71º 0.82% 0.9% -
XYZ 45.31 23.16 64.37 -
YUV 117.01 181.62 208.6 -
System Red Green Blue C M Y K H S L
Decimal 230 41 212 0 0.82 0.08 0.10 305.71 0.79 0.53
Hex E6 29 D4 0 52 8 A 132 4F 35
Octal 346 51 324 0 122 10 12 462 117 65
Binary 11100110 101001 11010100 0 1010010 1000 1010 100110010 1001111 110101

Color Harmonies of #E629D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629D4

Black with #E629D4

Text Example


Text Example

White with #E629D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629D4; }

 p { color: rgb(230,41,212); }

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

background-color css

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

 a { background-color: rgb(230,41,212); }

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

border-color css

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

 span { border-color: rgb(230,41,212); }

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