Html Css Color HEX #E64DB2 Brilliant Rose

📋 copy color: '#E64DB2'

red 230 ◦ green 77 ◦ blue 178

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

Shades of Brilliant Rose #E64DB2

Tints of Brilliant Rose #E64DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.88%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 47.42%
G = 15.88%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E64DB2 (or 0xE64DB2) is known color: Brilliant Rose. HEX triplet: E6, 4D and B2. RGB value is (230,77,178). Sum of RGB (Red+Green+Blue) = 230+77+178=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64DB2 is #19B24D. Grayscale: #868686. Windows color (decimal): -1684046 or 11685350. OLE color: 11685350.

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

Color convert

RGB 230 77 178 -
CMYK 0 0.67 0.23 0.10
HSL 320.39º 0.75% 0.6% -
HSV(B) 320.39º 0.67% 0.9% -
XYZ 43.32 25.35 44.73 -
YUV 134.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 230 77 178 0 0.67 0.23 0.10 320.39 0.75 0.6
Hex E6 4D B2 0 43 17 A 140 4B 3C
Octal 346 115 262 0 103 27 12 500 113 74
Binary 11100110 1001101 10110010 0 1000011 10111 1010 101000000 1001011 111100

Color Harmonies of #E64DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64DB2

Black with #E64DB2

Text Example


Text Example

White with #E64DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64DB2; }

 p { color: rgb(230,77,178); }

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

background-color css

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

 a { background-color: rgb(230,77,178); }

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

border-color css

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

 span { border-color: rgb(230,77,178); }

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