#E752B4

Color #E752B4 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E752B4

Tints of Brilliant Rose #E752B4

Color information

#E752B4 (or 0xE752B4) is unknown color: approx Brilliant Rose. HEX triplet: E7, 52 and B4. RGB value is (231,82,180). Sum of RGB (Red+Green+Blue) = 231+82+180=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E752B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752B4 is #18AD4B. Grayscale: #898989. Windows color (decimal): -1617228 or 11817703. OLE color: 11817703.

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

Color convert

RGB23182180-
CMYK00.650.220.09
HSL320.54º75.63%61.37%-
HSV(B)320.54º64.5%90.59%-
XYZ44.2126.3245.93-
YUV137.72151.86194.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 82 (32.42% from 255) = 16.63%
BLUE value IS 180 (70.70% from 255) = 36.51%
R=46.86%
G=16.63%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318218000.650.220.09320.5475.6361.37
HexE752B40411691414c3d
Octal3471222640101261150111475
Binary11100111101001010110100010000011011010011010000011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E752B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E752B4; }

 p { color: rgb(231,82,180); }

 H1.HeaderClassName
 {
   color: #E752B4;
 }
 .AnyTagClassName
 {
   color: #E752B4;
 }
</style>
background-color css

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

 a { background-color: rgb(231,82,180); }

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

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

 span { border-color: rgb(231,82,180); }

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