#E652B0

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

Shades of Brilliant Rose #E652B0

Tints of Brilliant Rose #E652B0

Color information

#E652B0 (or 0xE652B0) is unknown color: approx Brilliant Rose. HEX triplet: E6, 52 and B0. RGB value is (230,82,176). Sum of RGB (Red+Green+Blue) = 230+82+176=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E652B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E652B0 is #19AD4F. Grayscale: #888888. Windows color (decimal): -1682768 or 11555558. OLE color: 11555558.

HSL color Cylindrical-coordinate representation of color #E652B0: hue angle of 321.89º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E652B0 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB23082176-
CMYK00.640.230.10
HSL321.89º74.75%61.18%-
HSV(B)321.89º64.35%90.2%-
XYZ43.4925.9943.8-
YUV136.97150.03194.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.13%
GREEN value IS 82 (32.42% from 255) = 16.80%
BLUE value IS 176 (69.14% from 255) = 36.07%
R=47.13%
G=16.80%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308217600.640.230.10321.8974.7561.18
HexE652B004017A1424b3d
Octal3461222600100271250211375
Binary11100110101001010110000010000001011110101010000101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E652B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E652B0; }

 p { color: rgb(230,82,176); }

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

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

 a { background-color: rgb(230,82,176); }

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

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

 span { border-color: rgb(230,82,176); }

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