Html Css Color HEX #E74EA5 Brilliant Rose

📋 copy color: '#E74EA5'

red 231 ◦ green 78 ◦ blue 165

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

Shades of Brilliant Rose #E74EA5

Tints of Brilliant Rose #E74EA5

RGB

 RED value IS 231 (90.63% from 255) = 48.73%

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

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 48.73%
G = 16.46%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E74EA5 (or 0xE74EA5) is known color: Brilliant Rose. HEX triplet: E7, 4E and A5. RGB value is (231,78,165). Sum of RGB (Red+Green+Blue) = 231+78+165=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E74EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74EA5 is #18B15A. Grayscale: #858585. Windows color (decimal): -1618267 or 10833639. OLE color: 10833639.

HSL color Cylindrical-coordinate representation of color #E74EA5: hue angle of 325.88º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74EA5 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 78 165 -
CMYK 0 0.66 0.29 0.09
HSL 325.88º 0.76% 0.61% -
HSV(B) 325.88º 0.66% 0.91% -
XYZ 42.47 25.15 38.21 -
YUV 133.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 231 78 165 0 0.66 0.29 0.09 325.88 0.76 0.61
Hex E7 4E A5 0 42 1D 9 146 4C 3D
Octal 347 116 245 0 102 35 11 506 114 75
Binary 11100111 1001110 10100101 0 1000010 11101 1001 101000110 1001100 111101

Color Harmonies of #E74EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74EA5

Black with #E74EA5

Text Example


Text Example

White with #E74EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74EA5; }

 p { color: rgb(231,78,165); }

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

background-color css

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

 a { background-color: rgb(231,78,165); }

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

border-color css

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

 span { border-color: rgb(231,78,165); }

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