Html Css Color HEX #E645C0 Razzle Dazzle Rose

📋 copy color: '#E645C0'

red 230 ◦ green 69 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E645C0

Tints of Razzle Dazzle Rose #E645C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.1%

R = 46.84%
G = 14.05%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E645C0 (or 0xE645C0) is known color: Razzle Dazzle Rose. HEX triplet: E6, 45 and C0. RGB value is (230,69,192). Sum of RGB (Red+Green+Blue) = 230+69+192=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E645C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E645C0 is #19BA3F. Grayscale: #828282. Windows color (decimal): -1686080 or 12600806. OLE color: 12600806.

HSL color Cylindrical-coordinate representation of color #E645C0: hue angle of 314.16º 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 #E645C0 is Cyan = 0, Magento = 0.7, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 69 192 -
CMYK 0 0.7 0.17 0.10
HSL 314.16º 0.76% 0.59% -
HSV(B) 314.16º 0.7% 0.9% -
XYZ 44.28 24.89 52.34 -
YUV 131.16 162.34 198.5 -
System Red Green Blue C M Y K H S L
Decimal 230 69 192 0 0.7 0.17 0.10 314.16 0.76 0.59
Hex E6 45 C0 0 46 11 A 13A 4C 3B
Octal 346 105 300 0 106 21 12 472 114 73
Binary 11100110 1000101 11000000 0 1000110 10001 1010 100111010 1001100 111011

Color Harmonies of #E645C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E645C0

Black with #E645C0

Text Example


Text Example

White with #E645C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E645C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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