Html Css Color HEX #E74BA4 Brilliant Rose

📋 copy color: '#E74BA4'

red 231 ◦ green 75 ◦ blue 164

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

Shades of Brilliant Rose #E74BA4

Tints of Brilliant Rose #E74BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.96%

 BLUE value IS 164 (64.45% from 255) = 34.89%

R = 49.15%
G = 15.96%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E74BA4 (or 0xE74BA4) is known color: Brilliant Rose. HEX triplet: E7, 4B and A4. RGB value is (231,75,164). Sum of RGB (Red+Green+Blue) = 231+75+164=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74BA4 is #18B45B. Grayscale: #838383. Windows color (decimal): -1619036 or 10767335. OLE color: 10767335.

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

Color convert

RGB 231 75 164 -
CMYK 0 0.68 0.29 0.09
HSL 325.77º 0.76% 0.6% -
HSV(B) 325.77º 0.68% 0.91% -
XYZ 42.17 24.7 37.67 -
YUV 131.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 231 75 164 0 0.68 0.29 0.09 325.77 0.76 0.6
Hex E7 4B A4 0 44 1D 9 146 4C 3C
Octal 347 113 244 0 104 35 11 506 114 74
Binary 11100111 1001011 10100100 0 1000100 11101 1001 101000110 1001100 111100

Color Harmonies of #E74BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BA4

Black with #E74BA4

Text Example


Text Example

White with #E74BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BA4; }

 p { color: rgb(231,75,164); }

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

background-color css

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

 a { background-color: rgb(231,75,164); }

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

border-color css

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

 span { border-color: rgb(231,75,164); }

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