Html Css Color HEX #E73ADB Razzle Dazzle Rose

📋 copy color: '#E73ADB'

red 231 ◦ green 58 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E73ADB

Tints of Razzle Dazzle Rose #E73ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 45.47%
G = 11.42%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E73ADB (or 0xE73ADB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 3A and DB. RGB value is (231,58,219). Sum of RGB (Red+Green+Blue) = 231+58+219=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E73ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73ADB is #18C524. Grayscale: #7F7F7F. Windows color (decimal): -1623333 or 14367463. OLE color: 14367463.

HSL color Cylindrical-coordinate representation of color #E73ADB: hue angle of 304.16º 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 #E73ADB is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 58 219 -
CMYK 0 0.75 0.05 0.09
HSL 304.16º 0.78% 0.57% -
HSV(B) 304.16º 0.75% 0.91% -
XYZ 47.25 25.13 69.38 -
YUV 128.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 231 58 219 0 0.75 0.05 0.09 304.16 0.78 0.57
Hex E7 3A DB 0 4B 5 9 130 4E 39
Octal 347 72 333 0 113 5 11 460 116 71
Binary 11100111 111010 11011011 0 1001011 101 1001 100110000 1001110 111001

Color Harmonies of #E73ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73ADB

Black with #E73ADB

Text Example


Text Example

White with #E73ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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