Html Css Color HEX #E53ACF Razzle Dazzle Rose

📋 copy color: '#E53ACF'

red 229 ◦ green 58 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E53ACF

Tints of Razzle Dazzle Rose #E53ACF

RGB

 RED value IS 229 (89.84% from 255) = 46.36%

 GREEN value IS 58 (23.05% from 255) = 11.74%

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

R = 46.36%
G = 11.74%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E53ACF (or 0xE53ACF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3A and CF. RGB value is (229,58,207). Sum of RGB (Red+Green+Blue) = 229+58+207=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ACF is #1AC530. Grayscale: #7D7D7D. Windows color (decimal): -1754417 or 13581029. OLE color: 13581029.

HSL color Cylindrical-coordinate representation of color #E53ACF: hue angle of 307.72º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53ACF is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 58 207 -
CMYK 0 0.75 0.10 0.10
HSL 307.72º 0.77% 0.56% -
HSV(B) 307.72º 0.75% 0.9% -
XYZ 45.09 24.19 61.32 -
YUV 126.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 229 58 207 0 0.75 0.10 0.10 307.72 0.77 0.56
Hex E5 3A CF 0 4B A A 134 4D 38
Octal 345 72 317 0 113 12 12 464 115 70
Binary 11100101 111010 11001111 0 1001011 1010 1010 100110100 1001101 111000

Color Harmonies of #E53ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53ACF

Black with #E53ACF

Text Example


Text Example

White with #E53ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53ACF; }

 p { color: rgb(229,58,207); }

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

background-color css

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

 a { background-color: rgb(229,58,207); }

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

border-color css

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

 span { border-color: rgb(229,58,207); }

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