Html Css Color HEX #E645BD Razzle Dazzle Rose

📋 copy color: '#E645BD'

red 230 ◦ green 69 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E645BD

Tints of Razzle Dazzle Rose #E645BD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.14%

 BLUE value IS 189 (74.22% from 255) = 38.73%

R = 47.13%
G = 14.14%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E645BD (or 0xE645BD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 45 and BD. RGB value is (230,69,189). Sum of RGB (Red+Green+Blue) = 230+69+189=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E645BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E645BD is #19BA42. Grayscale: #828282. Windows color (decimal): -1686083 or 12404198. OLE color: 12404198.

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

Color convert

RGB 230 69 189 -
CMYK 0 0.7 0.18 0.10
HSL 315.28º 0.76% 0.59% -
HSV(B) 315.28º 0.7% 0.9% -
XYZ 43.95 24.75 50.61 -
YUV 130.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 230 69 189 0 0.7 0.18 0.10 315.28 0.76 0.59
Hex E6 45 BD 0 46 12 A 13B 4C 3B
Octal 346 105 275 0 106 22 12 473 114 73
Binary 11100110 1000101 10111101 0 1000110 10010 1010 100111011 1001100 111011

Color Harmonies of #E645BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E645BD

Black with #E645BD

Text Example


Text Example

White with #E645BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E645BD; }

 p { color: rgb(230,69,189); }

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

background-color css

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

 a { background-color: rgb(230,69,189); }

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

border-color css

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

 span { border-color: rgb(230,69,189); }

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