#e67284

Color #E67284 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E67284

Tints of Deep Blush #E67284

Color information

#E67284 (or 0xE67284) is unknown color: approx Deep Blush. HEX triplet: E6, 72 and 84. RGB value is (230,114,132). Sum of RGB (Red+Green+Blue) = 230+114+132=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E67284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67284 is #198D7B. Grayscale: #969696. Windows color (decimal): -1674620 or 8680166. OLE color: 8680166.

HSL color Cylindrical-coordinate representation of color #E67284: hue angle of 350.69º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67284 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230114132-
CMYK00.500.430.10
HSL350.69º69.88%67.45%-
HSV(B)350.69º50.43%90.2%-
XYZ42.8230.5225.46-
YUV150.74117.43184.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=48.32%
G=23.95%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011413200.500.430.10350.6969.8867.45
HexE672840322BA15f4643
Octal3461622040625312537106103
Binary111001101110010100001000110010101011101010101111110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e67284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e67284; }

 p { color: rgb(230,114,132); }

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

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

 a { background-color: rgb(230,114,132); }

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

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

 span { border-color: rgb(230,114,132); }

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