Html Css Color HEX #E129E0 Razzle Dazzle Rose

📋 copy color: '#E129E0'

red 225 ◦ green 41 ◦ blue 224

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

Shades of Razzle Dazzle Rose #E129E0

Tints of Razzle Dazzle Rose #E129E0

RGB

 RED value IS 225 (88.28% from 255) = 45.92%

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 45.92%
G = 8.37%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E129E0 (or 0xE129E0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and E0. RGB value is (225,41,224). Sum of RGB (Red+Green+Blue) = 225+41+224=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E129E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129E0 is #1ED61F. Grayscale: #747474. Windows color (decimal): -2020896 or 14690785. OLE color: 14690785.

HSL color Cylindrical-coordinate representation of color #E129E0: hue angle of 300.33º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E129E0 is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 224 -
CMYK 0 0.82 0.00 0.12
HSL 300.33º 0.75% 0.52% -
HSV(B) 300.33º 0.82% 0.88% -
XYZ 45.3 22.98 72.57 -
YUV 116.88 188.46 205.12 -
System Red Green Blue C M Y K H S L
Decimal 225 41 224 0 0.82 0.00 0.12 300.33 0.75 0.52
Hex E1 29 E0 0 52 0 C 12C 4B 34
Octal 341 51 340 0 122 0 14 454 113 64
Binary 11100001 101001 11100000 0 1010010 0 1100 100101100 1001011 110100

Color Harmonies of #E129E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129E0

Black with #E129E0

Text Example


Text Example

White with #E129E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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