Html Css Color HEX #E64DAE Brilliant Rose

📋 copy color: '#E64DAE'

red 230 ◦ green 77 ◦ blue 174

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

Shades of Brilliant Rose #E64DAE

Tints of Brilliant Rose #E64DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 47.82%
G = 16.01%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E64DAE (or 0xE64DAE) is known color: Brilliant Rose. HEX triplet: E6, 4D and AE. RGB value is (230,77,174). Sum of RGB (Red+Green+Blue) = 230+77+174=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64DAE is #19B251. Grayscale: #858585. Windows color (decimal): -1684050 or 11423206. OLE color: 11423206.

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

Color convert

RGB 230 77 174 -
CMYK 0 0.67 0.24 0.10
HSL 321.96º 0.75% 0.6% -
HSV(B) 321.96º 0.67% 0.9% -
XYZ 42.93 25.19 42.64 -
YUV 133.81 150.69 196.61 -
System Red Green Blue C M Y K H S L
Decimal 230 77 174 0 0.67 0.24 0.10 321.96 0.75 0.6
Hex E6 4D AE 0 43 18 A 142 4B 3C
Octal 346 115 256 0 103 30 12 502 113 74
Binary 11100110 1001101 10101110 0 1000011 11000 1010 101000010 1001011 111100

Color Harmonies of #E64DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64DAE

Black with #E64DAE

Text Example


Text Example

White with #E64DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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