Html Css Color HEX #E64AB9 Razzle Dazzle Rose

📋 copy color: '#E64AB9'

red 230 ◦ green 74 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E64AB9

Tints of Razzle Dazzle Rose #E64AB9

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

 GREEN value IS 74 (29.3% from 255) = 15.13%

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 47.03%
G = 15.13%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E64AB9 (or 0xE64AB9) is known color: Razzle Dazzle Rose. HEX triplet: E6, 4A and B9. RGB value is (230,74,185). Sum of RGB (Red+Green+Blue) = 230+74+185=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E64AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64AB9 is #19B546. Grayscale: #858585. Windows color (decimal): -1684807 or 12143334. OLE color: 12143334.

HSL color Cylindrical-coordinate representation of color #E64AB9: hue angle of 317.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64AB9 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 74 185 -
CMYK 0 0.68 0.20 0.10
HSL 317.31º 0.76% 0.6% -
HSV(B) 317.31º 0.68% 0.9% -
XYZ 43.84 25.22 48.46 -
YUV 133.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 230 74 185 0 0.68 0.20 0.10 317.31 0.76 0.6
Hex E6 4A B9 0 44 14 A 13D 4C 3C
Octal 346 112 271 0 104 24 12 475 114 74
Binary 11100110 1001010 10111001 0 1000100 10100 1010 100111101 1001100 111100

Color Harmonies of #E64AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64AB9

Black with #E64AB9

Text Example


Text Example

White with #E64AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64AB9; }

 p { color: rgb(230,74,185); }

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

background-color css

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

 a { background-color: rgb(230,74,185); }

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

border-color css

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

 span { border-color: rgb(230,74,185); }

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