Html Css Color HEX #E64EAF Brilliant Rose

📋 copy color: '#E64EAF'

red 230 ◦ green 78 ◦ blue 175

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

Shades of Brilliant Rose #E64EAF

Tints of Brilliant Rose #E64EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.15%

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 47.62%
G = 16.15%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E64EAF (or 0xE64EAF) is known color: Brilliant Rose. HEX triplet: E6, 4E and AF. RGB value is (230,78,175). Sum of RGB (Red+Green+Blue) = 230+78+175=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64EAF is #19B150. Grayscale: #868686. Windows color (decimal): -1683793 or 11488998. OLE color: 11488998.

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

Color convert

RGB 230 78 175 -
CMYK 0 0.66 0.24 0.10
HSL 321.71º 0.75% 0.6% -
HSV(B) 321.71º 0.66% 0.9% -
XYZ 43.1 25.37 43.18 -
YUV 134.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 230 78 175 0 0.66 0.24 0.10 321.71 0.75 0.6
Hex E6 4E AF 0 42 18 A 142 4B 3C
Octal 346 116 257 0 102 30 12 502 113 74
Binary 11100110 1001110 10101111 0 1000010 11000 1010 101000010 1001011 111100

Color Harmonies of #E64EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64EAF

Black with #E64EAF

Text Example


Text Example

White with #E64EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64EAF; }

 p { color: rgb(230,78,175); }

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

background-color css

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

 a { background-color: rgb(230,78,175); }

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

border-color css

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

 span { border-color: rgb(230,78,175); }

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