Html Css Color HEX #E745B2 Brilliant Rose

📋 copy color: '#E745B2'

red 231 ◦ green 69 ◦ blue 178

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

Shades of Brilliant Rose #E745B2

Tints of Brilliant Rose #E745B2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.44%

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 48.33%
G = 14.44%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E745B2 (or 0xE745B2) is known color: Brilliant Rose. HEX triplet: E7, 45 and B2. RGB value is (231,69,178). Sum of RGB (Red+Green+Blue) = 231+69+178=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E745B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E745B2 is #18BA4D. Grayscale: #818181. Windows color (decimal): -1620558 or 11683303. OLE color: 11683303.

HSL color Cylindrical-coordinate representation of color #E745B2: hue angle of 319.63º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E745B2 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 69 178 -
CMYK 0 0.70 0.23 0.09
HSL 319.63º 0.77% 0.59% -
HSV(B) 319.63º 0.7% 0.91% -
XYZ 43.12 24.46 44.57 -
YUV 129.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 231 69 178 0 0.70 0.23 0.09 319.63 0.77 0.59
Hex E7 45 B2 0 46 17 9 140 4D 3B
Octal 347 105 262 0 106 27 11 500 115 73
Binary 11100111 1000101 10110010 0 1000110 10111 1001 101000000 1001101 111011

Color Harmonies of #E745B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E745B2

Black with #E745B2

Text Example


Text Example

White with #E745B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E745B2; }

 p { color: rgb(231,69,178); }

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

background-color css

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

 a { background-color: rgb(231,69,178); }

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

border-color css

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

 span { border-color: rgb(231,69,178); }

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