Html Css Color HEX #E73AD1 Razzle Dazzle Rose

📋 copy color: '#E73AD1'

red 231 ◦ green 58 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E73AD1

Tints of Razzle Dazzle Rose #E73AD1

RGB

 RED value IS 231 (90.63% from 255) = 46.39%

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

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 46.39%
G = 11.65%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E73AD1 (or 0xE73AD1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3A and D1. RGB value is (231,58,209). Sum of RGB (Red+Green+Blue) = 231+58+209=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 58 (23.05% from 255 or 11.65% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73AD1 is #18C52E. Grayscale: #7E7E7E. Windows color (decimal): -1623343 or 13712103. OLE color: 13712103.

HSL color Cylindrical-coordinate representation of color #E73AD1: hue angle of 307.63º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E73AD1 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 58 209 -
CMYK 0 0.75 0.10 0.09
HSL 307.63º 0.78% 0.57% -
HSV(B) 307.63º 0.75% 0.91% -
XYZ 45.98 24.62 62.65 -
YUV 126.94 174.31 202.22 -
System Red Green Blue C M Y K H S L
Decimal 231 58 209 0 0.75 0.10 0.09 307.63 0.78 0.57
Hex E7 3A D1 0 4B A 9 134 4E 39
Octal 347 72 321 0 113 12 11 464 116 71
Binary 11100111 111010 11010001 0 1001011 1010 1001 100110100 1001110 111001

Color Harmonies of #E73AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73AD1

Black with #E73AD1

Text Example


Text Example

White with #E73AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73AD1; }

 p { color: rgb(231,58,209); }

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

background-color css

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

 a { background-color: rgb(231,58,209); }

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

border-color css

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

 span { border-color: rgb(231,58,209); }

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