Html Css Color HEX #E629E1 Razzle Dazzle Rose

📋 copy color: '#E629E1'

red 230 ◦ green 41 ◦ blue 225

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

Shades of Razzle Dazzle Rose #E629E1

Tints of Razzle Dazzle Rose #E629E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 46.37%
G = 8.27%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E629E1 (or 0xE629E1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and E1. RGB value is (230,41,225). Sum of RGB (Red+Green+Blue) = 230+41+225=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E629E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629E1 is #19D61E. Grayscale: #757575. Windows color (decimal): -1693215 or 14756326. OLE color: 14756326.

HSL color Cylindrical-coordinate representation of color #E629E1: hue angle of 301.59º 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 #E629E1 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 225 -
CMYK 0 0.82 0.02 0.10
HSL 301.59º 0.79% 0.53% -
HSV(B) 301.59º 0.82% 0.9% -
XYZ 47.02 23.85 73.36 -
YUV 118.49 188.12 207.54 -
System Red Green Blue C M Y K H S L
Decimal 230 41 225 0 0.82 0.02 0.10 301.59 0.79 0.53
Hex E6 29 E1 0 52 2 A 12E 4F 35
Octal 346 51 341 0 122 2 12 456 117 65
Binary 11100110 101001 11100001 0 1010010 10 1010 100101110 1001111 110101

Color Harmonies of #E629E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629E1

Black with #E629E1

Text Example


Text Example

White with #E629E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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