Html Css Color HEX #E74DA5 Brilliant Rose

📋 copy color: '#E74DA5'

red 231 ◦ green 77 ◦ blue 165

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

Shades of Brilliant Rose #E74DA5

Tints of Brilliant Rose #E74DA5

RGB

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

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

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

R = 48.84%
G = 16.28%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E74DA5 (or 0xE74DA5) is known color: Brilliant Rose. HEX triplet: E7, 4D and A5. RGB value is (231,77,165). Sum of RGB (Red+Green+Blue) = 231+77+165=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74DA5 is #18B25A. Grayscale: #848484. Windows color (decimal): -1618523 or 10833383. OLE color: 10833383.

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

Color convert

RGB 231 77 165 -
CMYK 0 0.67 0.29 0.09
HSL 325.71º 0.76% 0.6% -
HSV(B) 325.71º 0.67% 0.91% -
XYZ 42.4 25.01 38.19 -
YUV 133.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 231 77 165 0 0.67 0.29 0.09 325.71 0.76 0.6
Hex E7 4D A5 0 43 1D 9 146 4C 3C
Octal 347 115 245 0 103 35 11 506 114 74
Binary 11100111 1001101 10100101 0 1000011 11101 1001 101000110 1001100 111100

Color Harmonies of #E74DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74DA5

Black with #E74DA5

Text Example


Text Example

White with #E74DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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