Html Css Color HEX #E429CF Razzle Dazzle Rose

📋 copy color: '#E429CF'

red 228 ◦ green 41 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E429CF

Tints of Razzle Dazzle Rose #E429CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 47.9%
G = 8.61%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E429CF (or 0xE429CF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and CF. RGB value is (228,41,207). Sum of RGB (Red+Green+Blue) = 228+41+207=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E429CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429CF is #1BD630. Grayscale: #737373. Windows color (decimal): -1824305 or 13576676. OLE color: 13576676.

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

Color convert

RGB 228 41 207 -
CMYK 0 0.82 0.09 0.11
HSL 306.74º 0.78% 0.53% -
HSV(B) 306.74º 0.82% 0.89% -
XYZ 44.05 22.58 61.07 -
YUV 115.84 179.45 208 -
System Red Green Blue C M Y K H S L
Decimal 228 41 207 0 0.82 0.09 0.11 306.74 0.78 0.53
Hex E4 29 CF 0 52 9 B 133 4E 35
Octal 344 51 317 0 122 11 13 463 116 65
Binary 11100100 101001 11001111 0 1010010 1001 1011 100110011 1001110 110101

Color Harmonies of #E429CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429CF

Black with #E429CF

Text Example


Text Example

White with #E429CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429CF; }

 p { color: rgb(228,41,207); }

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

background-color css

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

 a { background-color: rgb(228,41,207); }

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

border-color css

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

 span { border-color: rgb(228,41,207); }

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